change keyboard shortcut for focusOnCurrentQuery (#1241)

This commit is contained in:
Abbie Petchtes
2018-04-24 13:09:32 -07:00
committed by GitHub
parent b12cac0ac3
commit 1efd5e6502

View File

@@ -137,7 +137,7 @@ actionRegistry.registerWorkbenchAction(
FocusOnCurrentQueryKeyboardAction,
FocusOnCurrentQueryKeyboardAction.ID,
FocusOnCurrentQueryKeyboardAction.LABEL,
{ primary: KeyMod.CtrlCmd | KeyMod.Alt | KeyCode.KEY_Q }
{ primary: KeyMod.CtrlCmd | KeyMod.Alt | KeyCode.KEY_O }
),
FocusOnCurrentQueryKeyboardAction.LABEL
);