Bug 528843 - Alt+Cmd+B shortcut bound to "Skip all Breakpoints" but no
UI indication

Change-Id: Ic378a0ab4f6a88546817cdf9c8aadd6437a9fc0e
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index b301161..a6826f9 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.0"?>
 <!--
-     Copyright (c) 2005, 2017 IBM Corporation and others.
+     Copyright (c) 2005, 2018 IBM Corporation and others.
      All rights reserved. This program and the accompanying materials
      are made available under the terms of the Eclipse Public License v1.0
      which accompanies this distribution, and is available at
@@ -2103,7 +2103,7 @@
             commandId="org.eclipse.debug.ui.commands.ToggleBreakpoint"
             schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
       <key
-            sequence="M1+M3+B"
+            sequence="CTRL+M3+B"
             
             commandId="org.eclipse.debug.ui.commands.SkipAllBreakpoints"
             schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>