Skip to content

Commit b39b644

Browse files
authored
Merge pull request #487 from codefori/fix/keybind
Add missing `Open SQL Document` shortcut to package.json
2 parents 278e730 + c6e59d3 commit b39b644

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,6 +1483,11 @@
14831483
"mac": "cmd+e",
14841484
"when": "editorLangId == sql && resourceExtname != .inb"
14851485
},
1486+
{
1487+
"command": "vscode-db2i.openSqlDocument",
1488+
"key": "ctrl+alt+n",
1489+
"mac": "cmd+alt+n"
1490+
},
14861491
{
14871492
"command": "notebook.cell.execute",
14881493
"key": "ctrl+r",

0 commit comments

Comments
 (0)