File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff line change 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 ]
You can’t perform that action at this time.
0 commit comments