TTextEditor's keystrokes

Scrolling - caret moving and selection
	Down: Down
	EditorBottom: Ctrl+End
	EditorTop: Ctrl+Home
	Left: Left
	LineBegin: Home
	LineEnd: End
	PageBottom: Ctrl+Next
	PageDown: Next
	PageTop: Ctrl+Prior
	PageUp: Prior
	Right: Right
	ScrollDown: Ctrl+Down
	ScrollUp: Ctrl+Up
	SelectionDown: Alt+Down
	SelectionDown: Ctrl+Down
	SelectionEditorBottom: Shift+Ctrl+End
	SelectionEditorTop: Shift+Ctrl+Home
	SelectionLeft: Alt+Left
	SelectionLeft: Ctrl+Left
	SelectionLineBegin: Ctrl+Home
	SelectionLineEnd: Ctrl+End
	SelectionPageBottom: Shift+Ctrl+Next
	SelectionPageDown: Ctrl+Next
	SelectionPageTop: Shift+Ctrl+Prior
	SelectionPageUp: Ctrl+Prior
	SelectionRight: Alt+Right
	SelectionRight: Ctrl+Right
	SelectionUp: Alt+Up
	SelectionUp: Ctrl+Up
	SelectionWordLeft: Shift+Ctrl+Left
	SelectionWordRight: Shift+Ctrl+Right
	Up: Up
	WordLeft: Ctrl+Left
	WordRight: Ctrl+Right

Insert key alone
	ToggleMode: Insert

Deletion
	DeleteChar: Delete
	Backspace: Back
	Backspace: Ctrl+Back

Search
	SearchNext: F3
	SearchPrevious: Ctrl+F3

Enter (return) & Tab
	LineBreak: Return
	Tab: Tab
	ShiftTab: Ctrl+Tab

Standard edit commands
	Undo: Ctrl+Z
	Redo: Ctrl+Shift+Z
	Cut: Ctrl+X
	Cut: Ctrl+Delete
	Copy: Ctrl+C
	Copy: Ctrl+Insert
	Paste: Ctrl+V
	Paste: Ctrl+Insert
	SelectAll: Ctrl+A

Block commands
	BlockIndent: Ctrl+Shift+I
	BlockUnindent: Ctrl+Shift+U

Fragment deletion
	DeleteWord: Ctrl+W
	DeleteWhitespaceBackward: Ctrl+Shift+Back
	DeleteWhitespaceForward: Ctrl+Shift+Delete
	DeleteWordBackward: Ctrl+Back
	DeleteWordForward: Ctrl+Delete

Line operations
	InsertLine: Ctrl+M
	MoveLineUp: Ctrl+Shift+Up
	MoveLineDown: Ctrl+Shift+Down
	DeleteLine: Ctrl+Y
	DeleteEndOfLine: Ctrl+Shift+Y

Bookmarks
	ToggleBookmark: Ctrl+F2
	GoToBookmark1: Ctrl+1
	GoToBookmark2: Ctrl+2
	GoToBookmark3: Ctrl+3
	GoToBookmark4: Ctrl+4
	GoToBookmark5: Ctrl+5
	GoToBookmark6: Ctrl+6
	GoToBookmark7: Ctrl+7
	GoToBookmark8: Ctrl+8
	GoToBookmark9: Ctrl+9
	SetBookmark1: Ctrl+Shift+1
	SetBookmark2: Ctrl+Shift+2
	SetBookmark3: Ctrl+Shift+3
	SetBookmark4: Ctrl+Shift+4
	SetBookmark5: Ctrl+Shift+5
	SetBookmark6: Ctrl+Shift+6
	SetBookmark7: Ctrl+Shift+7
	SetBookmark8: Ctrl+Shift+8
	SetBookmark9: Ctrl+Shift+9
	GoToNextBookmark: F2
	GoToPreviousBookmark: Ctrl+F2

Comments
	LineComment: Ctrl+Slash
	BlockComment: Ctrl+Shift+Slash

Folding
	FoldingCollapseLine: Ctrl+Alt+Left
	FoldingExpandLine: Ctrl+Alt+Right
	FoldingGoToNext: Ctrl+Alt+Down
	FoldingGoToPrevious: Ctrl+Alt+Up
