We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4c260 commit 7691b84Copy full SHA for 7691b84
src/extensions/default/DebugCommands/keyboard.json
@@ -11,19 +11,11 @@
11
"refreshWindow": [
12
{
13
"key": "F5"
14
- },
15
- {
16
- "key": "Cmd-R",
17
- "platform": "mac"
18
}
19
],
20
"reloadWithoutUserExts": [
21
22
"key": "Shift-F5"
23
24
25
- "key": "Cmd-Ctrl-R",
26
27
28
]
29
src/extensionsIntegrated/DisplayShortcuts/vscode.json
@@ -20,5 +20,6 @@
"Ctrl-Shift-P": "cmd.keyboardNavUI",
"Ctrl-Shift-O": "navigate.gotoDefinition",
"F8": "navigate.gotoNextProblem",
- "Shift-F8": "navigate.gotoPrevProblem"
+ "Shift-F8": "navigate.gotoPrevProblem",
+ "F12": "navigate.jumptoDefinition"
0 commit comments