mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix for 221255: Assign key binding to "Shift Left"
This commit is contained in:
parent
1eac4740d0
commit
116aa49ea7
1 changed files with 5 additions and 0 deletions
|
@ -1375,6 +1375,11 @@
|
|||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
||||
contextId="org.eclipse.cdt.ui.cEditorScope"
|
||||
commandId="org.eclipse.cdt.ui.edit.text.c.format"/>
|
||||
<key
|
||||
sequence="M2+TAB"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
||||
contextId="org.eclipse.cdt.ui.cEditorScope"
|
||||
commandId="org.eclipse.ui.edit.text.shiftLeft"/>
|
||||
<key
|
||||
sequence="M1+/"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
||||
|
|
Loading…
Add table
Reference in a new issue