From 4344c15d51aae5c1eca8b8bde6144675aec1cba2 Mon Sep 17 00:00:00 2001 From: Nick Carter Date: Wed, 23 Jul 2014 15:37:24 -0700 Subject: [PATCH 1/2] Add keyboard accelerators for Attach commands. Keyboard accelerators for Attach commands are bound to Ctrl+[, Alt+[, and Ctrl+Alt+[. These are picked for mnemonic harmony with Ctrl+Alt+P. Use names that start with "Attach" for these commands in the menus, so that they're easier to find in the keyboard customization menu. The names in that menu take the form Debug.WhateverTheButtonTextIs, so we were winding up with Debug.Attach --- src/VsChromium/VsChromium.vsct | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/VsChromium/VsChromium.vsct b/src/VsChromium/VsChromium.vsct index 243abb06..cdf0d923 100644 --- a/src/VsChromium/VsChromium.vsct +++ b/src/VsChromium/VsChromium.vsct @@ -84,7 +84,7 @@ Chrome Debug: Open "Attach To Chrome" dialog - Choose... + Attach to Chrome Process... @@ -111,10 +111,16 @@ + + + + From 07e1c7e141bbd9e9c5ec8db759e3d02cce646510 Mon Sep 17 00:00:00 2001 From: Nick Carter Date: Wed, 23 Jul 2014 15:46:33 -0700 Subject: [PATCH 2/2] Fix spelling. --- src/VsChromium/VsChromium.vsct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VsChromium/VsChromium.vsct b/src/VsChromium/VsChromium.vsct index cdf0d923..4cf9a57d 100644 --- a/src/VsChromium/VsChromium.vsct +++ b/src/VsChromium/VsChromium.vsct @@ -100,7 +100,7 @@ Chrome Debug: Attach to descendants of current debug session - Attach to Descendents of Currently Debugged Processes + Attach to Descendants of Currently Debugged Processes