1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00

add ctrl+enter for running queries #35

This commit is contained in:
lana-k
2021-04-22 14:53:14 +02:00
parent fdbac941d5
commit 9e29a12ebb
3 changed files with 48 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ Result panel has two modes: table view (fig. 3, fig. 4) and chart view (fig. 2).
#### Run a query
Press `Run` button in the top toolbar or use `Ctrl+r`(`Cmd+r` for MacOS) keyboard shortcut to execute a query in the current opened tab.
Press `Run` button in the top toolbar or use `Ctrl+r` or `Ctrl+Enter`(`Cmd+r` or `Cmd+Enter` for MacOS) keyboard shortcut to execute a query in the current opened tab.
> **Note:** Running is not available if a database was not chosen or a query for the current tab is not specified.