提交 ee0ef370 编写于 作者: J Jackson Kearl

Fix #94225

上级 b9d44e87
......@@ -156,8 +156,7 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
weight: KeybindingWeight.WorkbenchContrib,
when: ContextKeyExpr.and(SearchEditorConstants.InSearchEditor),
handler: (accessor: ServicesAccessor) => modifySearchEditorContextLinesCommand(accessor, true),
primary: KeyMod.Alt | KeyCode.KEY_L,
mac: { primary: KeyMod.Alt | KeyCode.US_EQUAL }
primary: KeyMod.Alt | KeyCode.US_EQUAL
});
KeybindingsRegistry.registerCommandAndKeybindingRule({
......@@ -165,8 +164,7 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
weight: KeybindingWeight.WorkbenchContrib,
when: ContextKeyExpr.and(SearchEditorConstants.InSearchEditor),
handler: (accessor: ServicesAccessor) => modifySearchEditorContextLinesCommand(accessor, false),
primary: KeyMod.Alt | KeyCode.KEY_L,
mac: { primary: KeyMod.Alt | KeyCode.US_MINUS }
primary: KeyMod.Alt | KeyCode.US_MINUS
});
KeybindingsRegistry.registerCommandAndKeybindingRule({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册