mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 499116 - Missing keyboard binding for toggle comment
Add M1+7 key binding for Toggle Comment, just like JDT. Change-Id: I561dd01948b77041ebf85f5a0374f4caa0a7e120 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
parent
11d5df1274
commit
5c80faaafe
1 changed files with 5 additions and 0 deletions
|
@ -2355,6 +2355,11 @@
|
|||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
||||
contextId="org.eclipse.cdt.ui.cEditorScope"
|
||||
commandId="org.eclipse.ui.edit.text.shiftLeft"/>
|
||||
<key
|
||||
sequence="M1+7"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
||||
contextId="org.eclipse.cdt.ui.cEditorScope"
|
||||
commandId="org.eclipse.cdt.ui.edit.text.c.toggle.comment"/>
|
||||
<key
|
||||
sequence="M1+/"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
||||
|
|
Loading…
Add table
Reference in a new issue