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.
ctrl+alt+f
1 parent 47e4d24 commit 7524e9dCopy full SHA for 7524e9d
src/vs/workbench/browser/actions/listCommands.ts
@@ -805,7 +805,7 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
805
id: 'list.find',
806
weight: KeybindingWeight.WorkbenchContrib,
807
when: ContextKeyExpr.and(RawWorkbenchListFocusContextKey, WorkbenchListSupportsFind),
808
- primary: KeyMod.CtrlCmd | KeyCode.KeyF,
+ primary: KeyMod.CtrlCmd | KeyMod.Alt | KeyCode.KeyF,
809
secondary: [KeyCode.F3],
810
handler: (accessor) => {
811
const widget = accessor.get(IListService).lastFocusedList;
0 commit comments