From 210977f9cc0be87b9f0022a46c3f2dfa982847d5 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 11 Jul 2019 10:47:12 -0700 Subject: [PATCH] Change keybinding for showing data explorer viewlet (#6267) --- .../parts/dataExplorer/browser/dataExplorer.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") );