diff --git a/src/sql/workbench/parts/dataExplorer/browser/dataExplorer.contribution.ts b/src/sql/workbench/parts/dataExplorer/browser/dataExplorer.contribution.ts index 651be7167a..7d3dfd8338 100644 --- a/src/sql/workbench/parts/dataExplorer/browser/dataExplorer.contribution.ts +++ b/src/sql/workbench/parts/dataExplorer/browser/dataExplorer.contribution.ts @@ -54,7 +54,7 @@ registry.registerWorkbenchAction( OpenDataExplorerViewletAction, OpenDataExplorerViewletAction.ID, OpenDataExplorerViewletAction.LABEL, - { primary: KeyMod.CtrlCmd | KeyCode.Shift | KeyCode.KEY_C }), + { primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KEY_D }), 'View: Show Data Explorer', localize('dataExplorer.view', "View") );