mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-08 11:03:28 +02:00
Bug 499116 - Missing keyboard binding for toggle comment
Also Add M1+M2+C key binding for Toggle Comment, just like JDT. Change-Id: I2723c115a89f8c22e4b7d52b0ebd14c75a9d824c Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
parent
baf5160c45
commit
9dcd393663
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+M2+C"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
||||
contextId="org.eclipse.cdt.ui.cEditorScope"
|
||||
commandId="org.eclipse.cdt.ui.edit.text.c.toggle.comment"/>
|
||||
<key
|
||||
sequence="M1+7"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
||||
|
|
Loading…
Add table
Reference in a new issue