We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d540fd9 commit a45891eCopy full SHA for a45891e
CHANGELOG.md
@@ -13,6 +13,10 @@ and removed features go under `Deprecated` and `Removed` respectively.
13
- Basic loader to indicate that a query is executing
14
- An error page to display errors in query execution
15
16
+### Changed
17
+
18
+- Run query keybinding to `alt-q e` from `shift-q e`
19
20
## [0.0.1] - 2020-12-29
21
22
### Added
package.json
@@ -32,7 +32,7 @@
32
],
33
"keybindings": [
34
{
35
- "key": "shift+q e",
+ "key": "alt+q e",
36
"command": "sqlrunner.runQuery",
37
"when": "editorTextFocus"
38
}
0 commit comments