diff --git a/src/sql/workbench/contrib/query/browser/query.contribution.ts b/src/sql/workbench/contrib/query/browser/query.contribution.ts index de790ebdb3..2752c0159d 100644 --- a/src/sql/workbench/contrib/query/browser/query.contribution.ts +++ b/src/sql/workbench/contrib/query/browser/query.contribution.ts @@ -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 );