Hotkeys: The Programming Editor Window
| Keystroke | Description |
|---|---|
| Ctrl-X | Cut |
| Ctrl-C | Copy |
| Ctrl-V | Paste |
| Ctrl-Z | Undo |
| Ctrl-A | Selects All (or deselects all if everything is selected |
| Ctrl-F | Opens Find dialog |
| Ctrl-R | Opens Replace dialog |
| Home | Moves to beginning of line |
| End | Moves to end of line |
| Pg Down | Moves down one page |
| Pg Up | Moves up one page |
| Ctrl-Up | Scrolls the scrollbar to the programming editor Up |
| Ctrl-Dwn | Scrolls the scrollbar to the programming editor Down |
| Ctrl-Left | Moves one word Left |
| Ctrl-Right | Moves one word Right |
| Ctrl-Home | Moves to the very first character |
| Ctrl-End | Moves to the very last character |
| Ctrl-Pg Dwn | Moves to the beginning of the last visible line |
| Ctrl-Pg Up | Moves to the beginning of the first visible line |
| Insert | Toggles Overwrite mode on and off. Cursor style changes to show current mode |
| Shift-Delete | Cut |
| Ctrl-Insert | Copy |
| Shift-Insert | Paste |
| Mouse Wheel | Scrolls the scrollbar of the Programming Editor Up or Down |
| Alt-F4 | Saves changes and closes the Programming Editor |
| F12 | Dead Key for composing special characters |
| Ctrl-S | Export programming |
| Ctrl-O | Import Programming |
| Ctrl-Q | Quit-Exit |
| Ctrl-N | Fins next word locally |
| Ctrl-G | Finds next word globally |
| Ctrl-L | Opens the Program Editor List Browser. (SBasic Commands, Element Names, Fonts, Tree Paths) |
| Ctrl-B | Opens the Element Browser |
| Ctrl-E | Goto/Find element |
| Ctrl-I | Inserts the last function or element name inserted by the Function Browser |
| Ctrl-T | Tests the programming |
| Ctrl-H | Toggles syntax highlighting On or Off |
| Ctrl-P | Print current event. Uses font size set in Editor |
| Tab | Indents the selected line(s) |
| Shift-Tab | Unindents the selected line or lines |
| Ctrl-Tab | Indents or unindents the current line or the selected lines to match the line above |
| Alt-Up | Increases the Font size of the Program Editor (Max size 42) |
| Alt-Down | Decreases the Font size of the Program Editor (Min size 4) |
| Alt Left | Restores the default font size of the Programming Editor. (Size 12 on Windows, size 11 on Linux, or user-set in .ini file) |
Higlighting
| Keystroke | Description |
|---|---|
| Shift-Ctrl-Right | Highlights the word to the right of the cursor |
| Shift-Ctrl-Left | Highlights the word to the left of the cursor |
| Shift-Ctrl-End | Highlights everything from cursor position to the very bottom of the current program |
| Shift-Ctrl-Home | Highlights from cursor position to the very bottom of the current program |
| Shift-Ctrl-Pg Dwn | Highlights from cursor position to lowest visible line |
| Shift-Ctrl-Pg Up | Highlights from cursor position to the first visible line |
| Shift-Right | Highlights the letter to the right |
| Shift-Left | Highlights the letter to the left |
| Shift-Down | Highlights the line below current line |
| Shift-Up | Highlights line above current line |
| Shift-End | Highlights from cursor position to end of the current line |
| Shift-Home | Highlights from cursor position to beginning of the current line |
| Shift-Pg Dwn | Highlights from cursor position to a page down |
| Shift-Pg Up | Highlights from cursor position to a page up |



