Skip to content

Commit a45891e

Browse files
committed
Changed runQuery keybinding to <alt-q e>
1 parent d540fd9 commit a45891e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ and removed features go under `Deprecated` and `Removed` respectively.
1313
- Basic loader to indicate that a query is executing
1414
- An error page to display errors in query execution
1515

16+
### Changed
17+
18+
- Run query keybinding to `alt-q e` from `shift-q e`
19+
1620
## [0.0.1] - 2020-12-29
1721

1822
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
"keybindings": [
3434
{
35-
"key": "shift+q e",
35+
"key": "alt+q e",
3636
"command": "sqlrunner.runQuery",
3737
"when": "editorTextFocus"
3838
}

0 commit comments

Comments
 (0)