mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 01:25:38 -05:00
Change keybindings for copying query with Results (#17127)
Co-authored-by: Monica Gupta <mogupt@microsoft.com>
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user