Default Hotkeys for SQLiteStudio (Windows 3.4.4)

A SQLite Extension Editor Window

·      Commit the pending changes: Ctrl + S

·      Rollback the pending changes: Esc

A Code Snippets Editor Window

·      Commit the pending changes: Ctrl + S

·      Rollback the pending changes: Esc

A Collation Editor Window

·      Commit the pending changes: Ctrl + S

·      Rollback the pending changes: Esc

A Function Editor Window

·      Commit the pending changes: Ctrl + S

·      Rollback the pending changes: Esc

A View Window

·      Add new trigger: Ins

·      Commit the view’s query: Ctrl + S

·      Delete selected trigger: Del

·      Edit selected trigger: Return

·      Execute the view’s query: F9

·      Go the next tab: Alt + Right

·      Go to previous tab: Alt + Left

·      Refresh view trigger list: F5

·      Rollback pending changes in the view’s query: Esc

Cell text value editor

·      Copy selected text: Ctrl + C

·      Cut selected text: Ctrl + X

·      Delete selected text: Del

·      Paste from clipboard: Ctrl + V

·      Redo: Ctrl + Y

·      Undo: Ctrl + Z

Data form view

·      Commit changes for current row: Ctrl + Return

·      Delete current row: Ctrl + Del

·      Go to first row on current page: Ctrl + Alt + PageUp

·      Insert new row: Ins

·      Go to last row on current page: Ctrl + Alt + PageDown

·      Go to next row: Ctrl + Alt + Right

·      Go to previous row: Ctrl + Alt + Left

·      Rollback changes for current row: Alt + Shift + Backspace

Data grid view

·      Toggle the height adjustment of rows: Alt + H

·      Commit changes to cell(s) contents: Ctrl + Return

·      Copy cell(s) contents to clipboard: Ctrl + C

·      Copy cell(s) contents together with header to clipboard: Ctrl + Shift + C

·      Decrease font size: Ctrl + -

·      Delete selected data row: Del

·      Edit current cell inline: F2

·      Set empty value to selected cell(s): Alt + Backspace

·      Increase font size: Ctrl + +

·      Insert new data row: Ins

·      Open contents of selected cell in a separate editor: Alt + Return

·      Paste cell(s) contents from clipboard: Ctrl + V

·      Rollback changes to cell(s) contents: Alt + Shift + Backspace

·      Set NULL value to selected cell(s): Backspace

Data view (both grid and form)

·      Refresh data: F5

·      Switch to form view of the data: Ctrl + .

·      Switch to grid view of the data: Ctrl + ,

Database list

·      Add database: Ctrl + O

·      Clear filter contents: Esc

·      Copy selected item(s): Ctrl + C

·      Decrease font size: Ctrl + -

·      Delete selected item: Del

·      Increase font size: Ctrl + +

·      Paste from clipboard: Ctrl + V

·      Refresh schema: F5

·      Refresh all schemas Shift + F5

·      Select all items: Ctrl + A

Main window

·      Open the About dialog: Shift + F1

·      Hide status area: Esc

·      Next window: Ctrl + PageDown

·      Open collation editor window: Ctrl + Shift + C

·      Open configuration dialog: F10

·      Open CSS Console: F11

·      Open DDL history window: Ctrl + H

·      Open Debug Console: F12

·      Open extension manager window: Ctrl + Shift + E

·      Open function editor window: Ctrl + Shift + F

·      Open snippets editor window: Ctrl + Shift + P

·      Open SQL editor: Alt + E

·      Previous window: Ctrl + PageUp

·      Quit the application: Ctrl + Q

·      Open user manual: F1

SQL editor input field

·      Request code assistant: Ctrl + Space

·      Copy selected text: Ctrl + C

·      Copy selected block of text and paste it a line below: Ctrl + Alt + Down

·      Copy selected block of text and paste it a line above: Ctrl + Alt + Up

·      Cut selected text: Ctrl + X

·      Decrease font size: Ctrl + -

·      Delete selected text: Del

·      Delete current line: Ctrl + D

·      Find in text: Ctrl + F

·      Find next: F3

·      Find previous: Shift + F3

·      Format contents: Ctrl + T

·      Increase font size: Ctrl + +

·      Move selected block of text one line down: Alt + Down

·      Move selected block of text one line up: Alt + Up

·      Load contents from a file: Ctrl + O

·      Paste from clipboard: Ctrl + V

·      Redo: Ctrl + Y

·      Replace in text: Ctrl + H

·      Save contents into a file: Ctrl + S

·      Select whole editor contents: Ctrl + A

·      Toggle comment: Ctrl + /

·      Undo: Ctrl + Z

SQL editor window

·      Delete selected SQL history entries: Del

·      Execute all queries in editor: Shift + F9

·      Execute single query under cursor: Ctrl + F9

·      Execute query: F9

·      Execute "EXPLAIN" query: F8

·      Move keyboard input focus to the SQL editor above: Alt + PageUp

·       Move keyboard input focus to the results view below: Alt + PageDown

·      Switch current working database to next on the list: Ctrl + Down

·      Switch current working database to previous on the list : Ctrl + Up

·      Go to next editor tab: Alt + Right

·      Go to previous editor tab: Alt + Left

Table window

·      Add new column: Ins

·      Add new index: Ins

·      Add new table constraint: Ins

·      Add new trigger: Ins

·      Commit the table structure: Ctrl + S

·      Delete selected column: Del

·      Delete selected index: Del

·      Delete selected table constraint: Del

·      Delete selected trigger: Del

·      Edit selected column: Return

·      Edit selected index: Return

·      Edit selected table constraint: Return

·      Edit selected trigger: Return

·      Export table data: Ctrl + E

·      Import data to the table: Ctrl + I

·      Go to next tab: Alt + Right

·      Go to previous tab: Alt + Left

·      Refresh table index list: F5

·      Refresh table structure: F5

·      Refresh table trigger list: F5

·      Rollback pending changes in the table structure: Esc