| Shortcut Key | Description |
| Ctrl + K | Compile the currently selected item's logic. |
| Ctrl + Space | Display autocomplete suggestions for a partially entered word. |
| Ctrl + 4 | Insert the name of the procedure or function that is currently being edited. 4 is the key for this item ($) on many keyboards. |
| Ctrl + G | Go to a specific line number. |
| Ctrl + F | Find the specified text. |
| F3 | Find the next occurrence of the specified text. |
| Shift + F3 | Find the previous occurrence of the specified text. |
| Ctrl + H | Replace the specified text with different text. |
| Ctrl + A | Select all text. |
| Ctrl + Shift + L | View 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 + D | Duplicate the current line or block of logic. |
| Ctrl + L | Delete the current line. |
| Ctrl + Del | Delete the current word. |
| Ctrl + Shift + F | Copy the selected logic in a format for using on the CSPro Users Forum. |
| Ctrl + Shift + U | Copy the selected logic in a format for using on the CSPro Users Blog. |
| Alt + F12 | Display the reference window with information on the selected word. |
| Ctrl + Alt + Click | Display the reference window with information on the selected word. |
| F12 | Go to the declaration of the selected word. |
| Ctrl + Click | Go to the declaration of the selected word. |
| Ctrl + Plus (+) | Increase the text font size. |
| Ctrl + Minus (-) | Decrease the text font size. |
| Alt + 0 | Folds all logic. |
| Alt + Shift + 0 | Unfolds all logic. |
| Ctrl + Alt + F | Toggles the current code fold level. |