KeyboardShortcuts - morganwillcock/ags-manual GitHub Wiki
Keyboard Shortcuts
The AGS Editor provides various keyboard shortcuts to help you get your work done quickly. These are summarized below:
Shortcut | Function |
---|---|
F1 | Help |
F2 | Game Statistics |
F3 | Find Next |
Ctrl+F4 | Close tab |
F5 | Run with Debugger |
Ctrl+F5 | Run without Debugger |
F7 | Build EXE |
F9 | Toggle Breakpoint |
F11 | Step Into |
Ctrl+A | Select All |
Ctrl+B | Match Brace |
Ctrl+C | Copy |
Ctrl+D | Duplicate line to next |
Ctrl+E | Replace |
Ctrl+F | Find |
Ctrl+G | Open GlobalScript.asc |
Ctrl+H | Open GlobalScript.ash |
Ctrl+L | Open Game |
Ctrl+M | Toggle Between Script and Header |
Ctrl+Q | Quit |
Ctrl+R | Save Room |
Ctrl+S | Save Game |
Ctrl+V | Paste |
Ctrl+W | Close Tab |
Ctrl+X | Cut |
Ctrl+Y | Redo |
Ctrl+Z | Undo |
Ctrl+Space | Show Autocomplete |
Ctrl+Tab | Next tab |
Ctrl+Shift+Tab | Previous tab |
Tab | Indent selected lines |
Shift+Tab | Un-indent selected lines |