CUA Keyboard Emulation

Ctrl+Shift+A Toggles Auto indent mode.

Home Moves the text insertion point to the beginning of the line.

Ctrl+End Moves the text insertion point to the end of the file.

Ctrl+Shift+K Brace kiss.

Left Moves the text insertion point one character to the left.

Right Moves the text insertion point one character to the right.

Ctrl+C, Ctrl+Ins Copies selected text to the Clipboard.

Ctrl+Shift+E Inserts comment at the insertion point position.

Ctrl+X Cuts selected text to the Clipboard.

Shift+Del Cuts selected text to the Clipboard.

Backspace Deletes the character left of the text insertion point.

Del Deletes the character right of the text insertion point.

Ctrl+D Deletes the line.

Shift+Backspace Deletes the word right of the text insertion point.

Ctrl+Backspace Deletes the word left of the text insertion point.

Ctrl+Del Deletes characters to the end of the line.

End Moves the text insertion point to the end of the line.

Shift+Home Moves the text insertion point to the beginning of the line and selects text to the left of the starting position.

Shift+Down Moves the text insertion point one row down and selects text to the right of the starting position.

Shift+End Moves the text insertion point to the end of the line and selects text to the right of the starting position.

Shift+Left Selects the character left of the text insertion point.

Shift+Right Selects the character right of the text insertion point.

Shift+Up Moves the text insertion point one row up and selects text to the left of the starting position.

Shift+Ctrl+Left Selects the word left of the text insertion point.

Shift+Ctrl+Right Selects the word right of the text insertion point.

Shift+Ctrl+Home Extends selection to the beginning of the document.

Shift+Ctrl+End Extends selection to the end of the document.

Ctrl+Shift+B Goes to mark (prompt).

Space Inserts a white space.

Shift+Space Inserts space forced.

Tab Inserts the TAB character when no block is selected, or indents the selected block.

Enter Inserts a new line character.

Ctrl+Enter Inserts a new line.

Ins Toggles Insert mode

Down Moves the text insertion point one row down.

Up Moves the text insertion point one row up.

Ctrl+Shift+D Converts all characters in the word on which the text insertion point has been positioned to lower case.

Ctrl+T Moves the text insertion point to the top (first line) of the screen.

Ctrl+ [ Matches brace or parenthesis.

Ctrl+PageUp Scrolls the Editor one screen width to the left.

Ctrl+PageDown Scrolls the Editor one screen width to the right.

PgDn Moves the text insertion point one page down.

PgUp Moves the text insertion point one page up.

Ctrl+V Pastes text from the Clipboard.

Shift+Ins Pastes text from the Clipboard.

Ctrl+Shift+Q Quick search

Ctrl+Y Redoes the most recent undo.

Alt+Ins Redoes the most recent undo.

Ctrl+Shift+R Replaces the next instance of the search string.

Ctrl+R Replaces the first instance of the search string.

Ctrl+H Replaces the first instance of the search string.

Ctrl+Up Scrolls the Editor one row up.

Ctrl+Down Scrolls the Editor one row down.

Ctrl+F Opens the Search dialog box.

F3 Searches for the next instance of the search string.

Ctrl+Shift+S Searches for the next instance of the search string.

Ctrl+A Select All.

Ctrl+L Selects the current line.

Shift+PageDown Moves the text insertion point one page down and selects text to the right of the starting position.

Shift+PageUp Moves the text insertion point one page up and selects text to the left of the starting position.

Ctrl+1 ...Ctrl+0 Sets mark position 1-10

Ctrl+B Selection, begin column

Ctrl+M Selection, begin exclusive

Ctrl+I Selection, begin inclusive

Ctrl+Shift+Space Toggles Tab usage

Ctrl+Shift+X Toggles visible white space

Ctrl+Home Moves the text insertion point to the top (first line) of the file.

Ctrl+U Undo.

Ctrl+Z Undo.

Alt+Backspace Undo.

Shift+Tab Moves the text insertion point to the previous tab stop when no block is selected, unindents the selected block otherwise.

Ctrl+Tab Moves the text insertion point to the previous tab stop when no block is selected, unindents the selected block otherwise.

Ctrl+Shift+U Converts all characters in the selection to upper case.

Ctrl+Left Moves the text insertion point one word to the left.

Ctrl+Right Moves the text insertion point one word to the right.