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 |
Additional shortcuts in the Script Editor
| Shortcut | Function |
|---|---|
| Ctrl+Keypad+ | Magnify text size |
| Ctrl+Keypad- | Reduce text size |
| Ctrl+Keypad/ | Restore text size to normal |
| Ctrl+BackSpace | Delete to start of word |
| Ctrl+Delete | Delete to end of word |
| Ctrl+Shift+BackSpace | Delete to start of line |
| Ctrl+Shift+Delete | Delete to end of line |
| Ctrl+Home | Go to start of document |
| Ctrl+Shift+Home | Extend selection to start of document |
| Alt+Home | Go to start of display line |
| Ctrl+End | Go to end of document |
| Ctrl+Shift+End | Extend selection to end of document |
| Ctrl+Up | Scroll up |
| Ctrl+Down | Scroll down |
| Ctrl+Shift+T | Line copy |
| Ctrl+Shift+L | Line cut |
| Ctrl+[ | Previous paragraph |
| Ctrl+] | Next paragraph |
| Ctrl+Left | Previous word |
| Ctrl+Right | Next word |
| Ctrl+/ | Previous word part |
| Alt+Shift+Movement | Rectangular block selection |