We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c2301 commit f466c77Copy full SHA for f466c77
1 file changed
src/vs/workbench/contrib/notebook/browser/contrib/fold/folding.ts
@@ -138,7 +138,8 @@ registerAction2(class extends Action2 {
138
when: ContextKeyExpr.and(NOTEBOOK_EDITOR_FOCUSED, ContextKeyExpr.not(InputFocusedContextKey)),
139
primary: KeyCode.LeftArrow,
140
weight: KeybindingWeight.WorkbenchContrib
141
- }
+ },
142
+ f1: true
143
});
144
}
145
@@ -174,7 +175,8 @@ registerAction2(class extends Action2 {
174
175
176
primary: KeyCode.RightArrow,
177
178
179
180
181
182
0 commit comments