General

Ctrl + O Show Open Database dialog
Ctrl + S Show Export dialog for exporting current dataset (if any)
Shift + Ctrl + S Show Export dialog for exporting all open datasets (if any)
Ctrl + Alt + C Show Export dialog for copying current dataset (if any) to clipboard
Ctrl + F6 Show Export from Clipboard dialog (when clipboard contains structured text)
Ctrl + F7 Show Import from Clipboard dialog (when the target database is open and clipboard contains structured text)
Ctrl + P Show Print Table dialog (when the source dataset is open)
F9 Execute SQL query (when SQL editor is shown). If there is a selected text fragment in the editor, then only the selected SQL text is executed.
F8 Execute current SQL query (when SQL editor is shown). Current query is the query containing the current caret position. If there are SQL command separators (semicolons) in the SQL text, the current query is limited to the text between such separators.
Ctrl + F5 Duplicate current field value
Ctrl + Alt + V Paste column cells from clipboard
Shift + Ctrl + 0 Set bookmark on current record
Ctrl + 0 Move to bookmarked record
Alt + H Hide current column
Ctrl + Alt + H Show all columns
F1 Show documentation
F11 Show Import Database Files dialog (when the target database is open)
F12 Select and execute an action file

Database Grid

Multiple record mode Single record mode
Up Arrow Move to the previous row. In Select Group of Records mode, select it. Move to the previous field.
Shift + Up Arrow In Select Group of Records mode, select the previous row without deselecting the current one.  
Ctrl + Up Arrow
Ctrl + Page Up
Move to the first row in the grid. Deselect any selected rows. Move to the first field.
Down Arrow Move to the next row. In Select Group of Records mode, select it. Move to the next field.
Shift + Down Arrow In Select Group of Records mode, select the next row without deselecting the current one.  
Ctrl + Down Arrow
Ctrl + Page Down
Move to the last row in the grid. Deselect any selected rows. Move to the last field.
Page Up Move up by the number of records shown in the grid. Deselect any selected rows. Move up by the number of fields shown in the grid.
Shift + Page Up In Select Group of Records mode, select up the number of records shown in the grid. Move up by the number of fields shown in the grid.
Page Down Move down by the number of records shown in the grid. Deselect any selected rows. Move down by the number of fields shown in the grid.
Shift + Page Down In Select Group of Records mode, select down the number of records shown in the grid. Move down by the number of fields shown in the grid.
Left Arrow Move left one column. In Select Group of Records mode, move to the previous row without selecting it.  
Ctrl + Left Arrow Move to the first column in the current row.  
Right Arrow Move right one column. In Select Group of Records mode, move to the next row without selecting it.  
Ctrl + Right Arrow Move to the last column in the current row.  
Home Move to the first column of the current row. In Select Group of Records mode or the grid has only one column, move to the first record in the dataset. Deselect any selected rows.  
Ctrl + Home Move to the first record in the dataset. Deselect any selected rows. Move to the first field.
Shift + Home In Select Group of Records mode, move to the first record in the dataset and select all rows between the current and the first ones.  
End Move to the last column of the current row. In Select Group of Records mode or the grid has only one column, move to the last record in the dataset. Deselect any selected rows.  
Ctrl + End Move to the last record in the dataset. Deselect any selected rows. Move to the last field.
Shift + End In Select Group of Records mode, move to the last record in the dataset and select all rows between the current and the last ones.  
Tab Move to the next cell in the grid. Move to the next field.
Shift + Tab Move to the previous cell in the grid.  
Ctrl + Delete Delete the current selection.  
Insert Insert a new row above the current one, and move to it. Deselect any selected rows. Insert a new record in the table, and move to it.
Escape Cancel any unposted edits. Deselect any selected rows. Cancel any unposted edits.
F2 Put the current cell in edit mode. Put the current cell in edit mode.
Shift + Ctrl + 0 Set bookmark on current row.  
Ctrl + 0 Go to bookmark.  
Ctrl + mouse wheel Like Page Up, Page Down.  
Shift + mouse wheel Increase / decrease row heights. Use for viewing long text (including MEMO) or graphic data. Ctrl + Add/Subtract keys (numeric keypad) does the same.  
Mouse wheel click Move to the auto-scrolling mode.  
Ctrl + F5 Copy value of selected field, move to next record and then set the value of selected field to copied value.  
Ctrl + I
Ctrl + Alt + I
Copy value of selected field, move to next record and then set the value of selected field to copied value, incremented by 1 (Ctrl + I) or by custom number (Ctrl + Alt + I).  
Ctrl + Alt + V Paste cells from clipboard starting from current cell. Carriage return character is used to separate rows and a tab character is used to separate columns. This function is useful to paste tabular data, which was previously copied in Exportizer or other application (for example, Microsoft Excel).  
Alt + H Hide current column.  
Ctrl + Alt + H Show all columns.  
Ctrl + C Copy text of selected cell. Copy text of selected cell.
Ctrl + V Paste text from clipboard to selected cell. Paste text from clipboard starting from selected cell.
Ctrl + X Cut text to clipboard from selected cell. Cut text to clipboard from selected cell.

SQL Editor

F9 Execute query (queries): either selected (if there is a selected text fragment in the editor) or all SQL (if there is no selected text fragment)
F8 Execute current query. Current query is the query between SQL terminators (if any) containing the current caret position.
Ctrl + F9 Execute query from the editor until SQL terminator is found.
Alt + Left Arrow Load previous SQL text from SQL history
Alt + Right Arrow Load next SQL text from SQL history
Ctrl + L Load SQL text from file
Ctrl + S Save SQL text to file
Up Arrow Up
Shift + Up Arrow Select Up
Ctrl + Up Arrow Scroll up
Down Arrow Down
Shift + Down Arrow Select Down
Ctrl + Down Arrow Scroll Down
Left Arrow Left
Shift + Left Arrow Select Left
Ctrl + Left Arrow Move Left to the next word
Shift + Ctrl + Left Arrow Select word to the left
Right Arrow Right
Shift + Right Arrow Select Right
Ctrl + Right Arrow Move Right to the next word
Shift + Ctrl + Right Arrow Select Word to the right
Page Down Page Down
Shift + Page Down Select Page Down
Ctrl + Page Down Page Bottom
Shift + Ctrl + Page Down Select Page Bottom
Page Up Page Up
Shift + Page Up Select Page Up
Ctrl + Page Up Page Top
Shift + Ctrl + Page Up Select Page Top
Home Line Start
Shift + Home Select to Line Start
Ctrl + Home Editor Top
Shift + Ctrl + Home Select to Editor Top
End Line End
Shift + End Select to Line End
Ctrl + End Go to Editor Bottom
Shift + Ctrl + End Select to Editor Bottom
Insert Toggle Insert mode
Ctrl + Insert
Ctrl + K + C
Ctrl + C
Copy selected text to Clipboard
Shift + Insert
Ctrl + K + V
Ctrl + V
Paste text from Clipboard
Delete Delete
Shift + Delete
Ctrl + K + Y
Ctrl + X
Cut text to Clipboard
Backspace
Ctrl + Backspace
Delete Last Character
Ctrl + Backspace Delete Last Word
Ctrl + Z
Alt + Backspace
Undo
Shift + Ctrl + Z
Alt + Shift + Backspace
Redo
Return
Ctrl + M
Line Break
Ctrl + A Select All
Shift + Ctrl + I
Ctrl + K + I
Block Indent
Ctrl + N Insert line
Ctrl + T Delete word
Shift + Ctrl + U
Ctrl + K + U
Block Unindent
Ctrl + Y Delete line
Shift + Ctrl + Y Delete to the end of line
Shift + Ctrl + 0..9 Set / clear bookmark 0..9
Ctrl + 0..9
Ctrl + K + 0..9
Go to bookmark 0..9
Shift + Ctrl + N
Ctrl + O + K
Set normal selection mode
Shift + Ctrl + C
Ctrl + O + C
Set column selection mode
Shift + Ctrl + L
Ctrl + K + L
Set line selection mode
Shift + Ctrl + B Find matching bracket (caret must be set just before bracket)
Ctrl + / Comment or uncomment the current selection
Double click on the word Select the word
Click on the left part of the gutter Set / remove bookmark