Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2004-11-11 00:16:46 +0000
committerDarin Swanson2004-11-11 00:16:46 +0000
commita8b8302fbc4b5dca37199f21631650c3896c2f81 (patch)
treeaba6f7e12c56654dd84c3bd607749c054048d8e0 /org.eclipse.debug.ui/plugin.xml
parent937365e587c28e9958333cbb57523b3fbd2a517c (diff)
downloadeclipse.platform.debug-a8b8302fbc4b5dca37199f21631650c3896c2f81.tar.gz
eclipse.platform.debug-a8b8302fbc4b5dca37199f21631650c3896c2f81.tar.xz
eclipse.platform.debug-a8b8302fbc4b5dca37199f21631650c3896c2f81.zip
Bug 78351 - Please add shortcut keys to switch to Variables and Breakpoints views
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 887095bce..6acf64b6c 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1698,7 +1698,7 @@ M4 = Platform-specific fourth key
id="org.eclipse.debug.ui.BreakpointView">
</command>
<keyBinding
- keySequence=""
+ keySequence="M3+M2+Q B"
contextId="org.eclipse.ui.globalScope"
commandId="org.eclipse.debug.ui.BreakpointView"
keyConfigurationId="org.eclipse.ui.defaultAcceleratorConfiguration">
@@ -1710,7 +1710,7 @@ M4 = Platform-specific fourth key
id="org.eclipse.debug.ui.VariableView">
</command>
<keyBinding
- keySequence=""
+ keySequence="M3+M2+Q V"
contextId="org.eclipse.ui.globalScope"
commandId="org.eclipse.debug.ui.VariableView"
keyConfigurationId="org.eclipse.ui.defaultAcceleratorConfiguration">

Back to the top