Here is a list of useful shortcut keys that can be used to enhance the scripting within the customize code window.
Note: The + used in the key combinations making up the shortcut is not part of the shortcut but rather is used as a separator between the different key's used in the shortcut.
Key Combination
|
Description
|
Application level shortcuts
|
Ctrl + Plus
|
Zoom QIE
|
Ctrl + Minus
|
Un-zoom QIE
|
Ctrl + 0 (zero)
|
Reset the QIE window to its normal size after zoom or un-zoom commands
|
Ctrl + Shift + Up
|
Maximize the QIE editor window
|
Ctrl + Shift + Down
|
Minimize the QIE editor window
|
Text selection level shortcuts
|
Ctrl + A
|
Select all of the text within the window
|
Ctrl + B
|
Find variable declaration
|
Ctrl + C
|
Copy all of the text within the window
|
Ctrl + Z
|
Undo the previous change(s)
|
Ctrl + Y
|
Reverts the previous “Undo” change(s)
|
Ctrl + Delete
|
Delete the word to the right of the curser
|
Ctrl + Backspace
|
Delete the word to the left of the curser
|
Ctrl + Shift + Left
|
Select the word to the left
|
Ctrl + Shift + Right
|
Select the word to the right
|
Ctrl + Alt + Down or Up
|
Changes the selection mode to “Column Select”. After selecting multiple lines you can then change from using the down or up keys to the left or right key to select the word to the left or right or you can change to Shift-Left or Right to select more than one word to the left or right.
After selection is made typing/pasting will replace the selected items.
Using the Esc key will remove the selection mode back to normal.
|
Line level shortcuts
|
Ctrl + /
|
Comment or Un-Comment out a single line
|
Ctrl + Shift + /
|
Comment or Un-Comment out multiple lines that are selected (highlighted)
|
Alt + Up
|
Move the current line up
|
Alt + Down
|
Move the current line down
|
Alt + Shift + Up
|
Copy the current line above the current line
|
Alt + Shift + Down
|
Copy the current line below the current line
|
Shift + Down
|
Will select the entire line when curser is positioned at the beginning of the line
|