Skip to content

Commit 3da4937

Browse files
sebjulliandchrjorgensen
authored andcommitted
Use distinct keybord shortcuts for explaining and running
Signed-off-by: Seb Julliand <[email protected]>
1 parent cdcf5d3 commit 3da4937

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,14 +1460,14 @@
14601460
},
14611461
{
14621462
"command": "vscode-db2i.editorExplain.withRun",
1463-
"key": "ctrl+shift+r",
1464-
"mac": "cmd+shift+r",
1463+
"key": "ctrl+u",
1464+
"mac": "cmd+u",
14651465
"when": "editorLangId == sql && resourceExtname != .inb"
14661466
},
14671467
{
14681468
"command": "vscode-db2i.editorExplain.withoutRun",
1469-
"key": "ctrl+alt+r",
1470-
"mac": "cmd+alt+r",
1469+
"key": "ctrl+e",
1470+
"mac": "cmd+e",
14711471
"when": "editorLangId == sql && resourceExtname != .inb"
14721472
},
14731473
{

src/views/results/contributes.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,14 +217,14 @@
217217
},
218218
{
219219
"command": "vscode-db2i.editorExplain.withRun",
220-
"key": "ctrl+shift+r",
221-
"mac": "cmd+shift+r",
220+
"key": "ctrl+u",
221+
"mac": "cmd+u",
222222
"when": "editorLangId == sql && resourceExtname != .inb"
223223
},
224224
{
225225
"command": "vscode-db2i.editorExplain.withoutRun",
226-
"key": "ctrl+alt+r",
227-
"mac": "cmd+alt+r",
226+
"key": "ctrl+e",
227+
"mac": "cmd+e",
228228
"when": "editorLangId == sql && resourceExtname != .inb"
229229
}
230230
]

0 commit comments

Comments
 (0)