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

This commit is contained in:
Alex Dima 2016-08-08 16:17:17 +02:00
parent 18beedd450
commit 6ed4065b20

View file

@ -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
}
});