You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<kbd>Ctrl+Space</kbd> | If the query panel is active, execute the query
96
+
<kbd>Ctrl+D</kbd> | Cleans the whole text from the query editor, when the editor is selected
96
97
<kbd>Enter</kbd> | If the tables panel is active, list all the rows as a result set on the rows panel and display the structure of the table on the structure panel
97
98
<kbd>Ctrl+S</kbd> | If the rows panel is active, switch to the schema panel. The opposite is true
98
99
<kbd>Ctrl+F</kbd> | If the rows panel is active, switch to the constraints view. The opposite is true
@@ -109,6 +110,11 @@ Key | Description
109
110
<kbd>l</kbd> | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes
110
111
<kbd>Arrow Left</kbd> | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes
111
112
<kbd>h</kbd> | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes
113
+
<kbd>h</kbd> | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes
114
+
<kbd>g</kbd> | Move cursor to the top of the panel's dataset. Views: rows, constraints, structure and indexes
115
+
<kbd>G</kbd> | Move cursor to the bottom of the panel's dataset. Views: rows, constraints, structure and indexes
116
+
<kbd>Ctrl-F</kbd> | Move down by one page. Views: rows, constraints, structure and indexes
117
+
<kbd>Ctrl-B</kbd> | Move up by one page. Views: rows, constraints, structure and indexes
0 commit comments