Hotkeys
Sanny Builder supports many common shortcuts for the file and text operations (
Ctrl+N
, Ctrl+Z
, etc) as well as some custom ones. Hotkeys marked with *
are customizable.Key/Combo | Operation |
Main Menu | |
F5 * | open a file as a script and disassemble |
F6 * | compile the editor content to a script file |
F7 * | compile the editor content to a script file and copy it to the game's scripts directory |
F8 * | |
F10 | |
F12 | open the documentation |
Text | |
TAB , Shift +TAB | indent the selected text to the left / right (tab) |
Ctrl +Alt +A Ctrl +Alt +D | indent the selected text to the left / right (by one character) |
Ctrl +Alt +B Ctrl +Alt +N Ctrl +Alt +M | toggle different modes of the text selection: Normal, Columnar (same as selection with pressed Alt ), Lines |
Ctrl +Shift +U Ctrl +Shift +L | convert the word to uppercase / lowercase |
Ctrl ++ | increase the text size (zoom in) |
Ctrl +- | decrease the text size (zoom out) |
Ctrl +T | delete the word under the cursor |
Ctrl +Y | delete the line |
Ctrl +Shift +Y | clear the line |
Ctrl +Q * | |
Navigation | |
Ctrl +Shift +B | jump between brackets: {} , () , <> , [] |
Ctrl +Up/Down | scroll the page one line up / down |
Ctrl +Mouse Wheel Up/Down | page up / down |
Ctrl +Shift +0..9 | |
Ctrl +0..9 | |
Ctrl +G * | go to the line |
Alt +Right * | |
Alt +Left * | |
Ctrl +Enter | |
Code | |
Ctrl +Space | show the list of classes / class members / models / labels / variables / missions |
Ctrl +Shift +Space | show the list of parameters for the current class command |
Ctrl +Shift +C * | |
Ctrl +Shift +E * | |
F1 | find an opcode with the word under the cursor (with ignoring of _ and . ) |
Ctrl +F1 | find an opcode with the word under the cursor (without ignoring of _ and . ) |
F2 | |
Ctrl +J | |
Ctrl +M | |
Ctrl +P | |
Ctrl +H * | convert the number under the cursor from decimal to hexadecimal and vice versa |
Ctrl +Alt +H * | convert the model name under the cursor to its numeric ID and vice versa |
Misc | |
Ctrl +~ | |
Alt +S | (when the list of models is active) re-sort the list |
Last modified 2yr ago