1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 402313 - [Keybindings] With MS Visual Studio bindings, F5 should be Resume

Change-Id: I928e1a9cb22a535f3c4dd5800c5d364c5a8d2b67
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
Marc-Andre Laperle 2015-11-12 10:09:53 -05:00 committed by Gerrit Code Review @ Eclipse.org
parent e59d20f0ba
commit 388d94a963

View file

@ -2829,7 +2829,12 @@
commandId="org.eclipse.debug.ui.commands.StepReturn"
contextId="org.eclipse.debug.ui.debugging"
schemeId="org.eclipse.cdt.ui.visualstudio"/>
<!-- MSVS Resume -->
<key
sequence="F5"
commandId="org.eclipse.debug.ui.commands.Resume"
contextId="org.eclipse.debug.ui.debugging"
schemeId="org.eclipse.cdt.ui.visualstudio"/>
<!-- MSVS ToggleBreakpoint -->
<key
sequence="F9"