提交 6ed4065b 编写于 作者: A Alex Dima

Fixes #10222: Always eat up `ctrl+a` (to not get the browser default)

上级 18beedd4
......@@ -760,7 +760,7 @@ class SelectAllCommand extends Command {
precondition: null,
kbOpts: {
weight: CORE_WEIGHT,
kbExpr: EditorContextKeys.TextFocus,
kbExpr: null,
primary: KeyMod.CtrlCmd | KeyCode.KEY_A
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册