We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f466c77 commit bbe5ac3Copy full SHA for bbe5ac3
1 file changed
src/vs/workbench/contrib/notebook/browser/contrib/coreActions.ts
@@ -1101,7 +1101,8 @@ registerAction2(class extends Action2 {
1101
primary: KeyMod.CtrlCmd | KeyCode.Home,
1102
mac: { primary: KeyMod.CtrlCmd | KeyCode.UpArrow },
1103
weight: KeybindingWeight.WorkbenchContrib
1104
- }
+ },
1105
+ f1: true
1106
});
1107
}
1108
@@ -1133,7 +1134,8 @@ registerAction2(class extends Action2 {
1133
1134
primary: KeyMod.CtrlCmd | KeyCode.End,
1135
mac: { primary: KeyMod.CtrlCmd | KeyCode.DownArrow },
1136
1137
1138
1139
1140
1141
0 commit comments