• CSCode User's Guide
    • Introduction to CSCode
    • How to ...
      • Navigation, Menus, and Windows
      • Supported Files
      • Keyboard Shortcuts
    • File Formats
    • Settings
    • Troubleshooting

CSCode Keys

Shortcuts Specific to CSCode
Shortcut Key Description
Ctrl + WClose the current file.
Ctrl + Shift + W Close all files.
Ctrl + Shift + S Save all files.
Ctrl + F5 Run Report Preview.
Ctrl + R Run current file.
Shortcuts Specific to the Logic Editor
Shortcut KeyDescription
Ctrl + KCompile the currently selected item's logic.
Ctrl + SpaceDisplay autocomplete suggestions for a partially entered word.
Ctrl + 4Insert the name of the procedure or function that is currently being edited. 4 is the key for this item ($) on many keyboards.
Ctrl + GGo to a specific line number.
Ctrl + FFind the specified text.
F3Find the next occurrence of the specified text.
Shift + F3Find the previous occurrence of the specified text.
Ctrl + HReplace the specified text with different text.
Ctrl + ASelect all text.
Ctrl + Shift + LView the PROC GLOBAL logic.
Ctrl + /Comment or uncomment the current line or block of logic.
Ctrl + "Pastes the text on the clipboard as a string literal, escaping characters as needed.
Ctrl + DDuplicate the current line or block of logic.
Ctrl + LDelete the current line.
Ctrl + DelDelete the current word.
Ctrl + Shift + FCopy the selected logic in a format for using on the CSPro Users Forum.
Ctrl + Shift + UCopy the selected logic in a format for using on the CSPro Users Blog.
Alt + F12Display the reference window with information on the selected word.
Ctrl + Alt + ClickDisplay the reference window with information on the selected word.
F12Go to the declaration of the selected word.
Ctrl + ClickGo to the declaration of the selected word.
Ctrl + Plus (+)Increase the text font size.
Ctrl + Minus (-)Decrease the text font size.
Alt + 0Folds all logic.
Alt + Shift + 0Unfolds all logic.
Ctrl + Alt + FToggles the current code fold level.
Shortcuts Common Throughout Windows
Shortcut KeyDescription
F1Launch the help system.
Ctrl + NCreate a new document.
Ctrl + OOpen an existing document.
Ctrl + SSave the active document.
Ctrl + CCopy the selected object or text to the clipboard.
Ctrl + XCut the selected object or text to the clipboard.
Ctrl + VPaste into the document the object or text on the clipboard.
Ctrl + ZUndo the last action.
Ctrl + YRedo the previously undone action.
Ctrl + F4Close the active document.
Alt + F4Exit the application.
Ctrl + TabChange focus to the next window.
Alt + F6Change focus to the next window.
Shift + Alt + F6Change focus to the previous window.