Menu Shortcuts
From GiderosMobile
These are the menu shortcuts and accelerators for Gideros Studio. The more you learn these shortcuts, the faster you develop with Gideros Studio.
General keybindings
Note: Under Mac OS X, use Command button instead of Control.
- Control - N : New project
- Control - O : Open project
- Control - Q : Exit
- Control - F : Find
- Control - H : Replace
- Control - G : Go to line
- Control - W : Quit
- Control - U : Make all lowercase
- Control - L : Delete line
- Control - D : Open a new line
- Control - S : Save current file
- Control - A : Select all
- Control - Z : Undo
- Control - Y : Redo
- Control - X : Cut
- Control - C : Copy
- Control - V : Paste
- Control - B : Compile
- Control - R : Start
- Control - + : Increase font size
- Control - - : Decrease font size
- Control - Tab : Switch to next tab
- Control - Shift - R : Stop
- Control - Shift - P : Start local player (starts desktop player with IP = 127.0.0.1)
- Control - Shift - F : Find in files
- Control - Shift - B : Compile all
- Control - F2 : Toggle bookmark
- F2 : Go to next bookmark
- Shift - F2 : Goto previous bookmark
- F3 : Find next
- Shift - F3 : Find previous
(command button)
- command + left: start of line
- command + right: end of line
- command + up: beginning of document
- command + down: end of document
- command + backspace: delete line to the left
(option button)
- option + left: move to next word on the left (case insensitive)
- option + right: move to next word on the right (case insensitive)
- option + backspace: delete word to left
(control button)
- control + left: move to next word on the left (case sensitive)
- control + right: move to next word on the right (case sensitive)
- control + up: page up
- control + down: page down
- control + backspace: delete word to left (same with option + backspace)