Change keybindings for copying query with Results (#17127)

Co-authored-by: Monica Gupta <mogupt@microsoft.com>
This commit is contained in:
Monica Gupta
2021-09-21 15:43:29 -07:00
committed by GitHub
parent d3e163a1d7
commit 9bdb7f49b1

View File

@@ -150,7 +150,7 @@ actionRegistry.registerWorkbenchAction(
CopyQueryWithResultsKeyboardAction,
CopyQueryWithResultsKeyboardAction.ID,
CopyQueryWithResultsKeyboardAction.LABEL,
{ primary: KeyMod.CtrlCmd | KeyMod.Alt | KeyCode.KEY_C }
{ primary: KeyChord(KeyMod.CtrlCmd | KeyCode.KEY_K, KeyMod.CtrlCmd | KeyCode.KEY_V) }
),
CopyQueryWithResultsKeyboardAction.LABEL
);