提交 def68364 编写于 作者: M Maksymilian Barnaś

Change keybinding to Shift+Alt+F

上级 40567e4a
......@@ -371,7 +371,7 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
id: FIND_IN_FOLDER_ID,
weight: KeybindingWeight.WorkbenchContrib,
when: ContextKeyExpr.and(ExplorerFolderContext, ResourceContextKey.Scheme.isEqualTo(Schemas.file)), // todo@remote
primary: KeyMod.CtrlCmd | KeyMod.Alt | KeyCode.KEY_F,
primary: KeyMod.Shift | KeyMod.Alt | KeyCode.KEY_F,
handler: searchInFolderCommand
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册