The following is a list of the keyboard shortcuts available in editor.
| Ctrl-N | Create a new deck |
| Ctrl+T | Create a new deck by template |
| Ctrl+O | Open a deck |
| Ctrl+S | Save current deck |
| Ctrl+F4 | Close current deck window |
| Alt+X, Alt+F4 | Quit the editor |
| F1 | Help |
| Ctrl+X | Cut* |
| Ctrl+C | Copy* |
| Ctrl+V | Paste* |
| Ctrl+A | Select the entire code |
| Ctrl+Up | Move selected element up |
| Ctrl+Down | Move selected element down. More about.. |
| Ctrl-F | Find |
| Ctrl+R | Find and Replace |
| F3 | Search again |
| Ctrl+F1 | Toggle editor window mode (code editor window only) |
| Ctrl+F2 | Toggle code editor window |
| Ctrl+F3 | Toggle elements tree view window |
| Ctrl+F5 | Toggle element attributes window |
| Ctrl+F6 | Toggle messages/errors window |
| Ctrl+F7 | Toggle project tree window |
| F9 | Force refresh element tree and element attributes according to source code. |
| Ctrl+F9 | Format the source code. |
| Ctrl+O | View deck information like date when deck file was created, deck compiled size. |
| Up, Down | Move up one line, move down one line |
| Home, End | Move to the beginning of a line, move to the end of the line |
| Page Up, Page Down | Move up one screen, move down one screen |
| Ctrl-Home | Move to the beginning of the deck code |
| Ctrl+End | Move to the end of the deck code |
| Shift-Right, Shift-Left | Select one character to the right, select one character to the left |
| Ctrl-Shift-Right, Ctrl-Shift-Left | Select one word to the right, select one word to the left |
| Shift-Home, Shift-End | Select to the beginning of the line, select to the end of the line |
| Ctrl-Shift-Home, Ctrl-Shift-End | Select to the beginning of the beginning of the deck code, select to the beginning of the end of the deck code |
| Delete | Delete on character to the left |
| Backspace | Delete on character to the right |
| Insert | |
| F4 | Register evaluation copy of editor dialog window |
* depends on which control is active: elements tree view window, element properties window, code editor window or information (error list) window, acts on element, selected text, chunk of code or error message.