mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Mac specific kbd-shortcut, bug 294151.
This commit is contained in:
parent
7ac0ae1e69
commit
4d329afecd
1 changed files with 12 additions and 0 deletions
|
@ -1736,6 +1736,18 @@
|
|||
contextId="org.eclipse.cdt.ui.cEditorScope"
|
||||
commandId="org.eclipse.cdt.ui.edit.text.c.toggle.source.header"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
|
||||
<key
|
||||
platform="carbon"
|
||||
sequence="M1+TAB"
|
||||
contextId=""
|
||||
commandId=""
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
|
||||
<key
|
||||
platform="carbon"
|
||||
sequence="CTRL+TAB"
|
||||
contextId="org.eclipse.cdt.ui.cEditorScope"
|
||||
commandId="org.eclipse.cdt.ui.edit.text.c.toggle.source.header"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
|
||||
<key
|
||||
sequence="M3+ARROW_LEFT"
|
||||
contextId="org.eclipse.cdt.ui.macroExpansionHoverScope"
|
||||
|
|
Loading…
Add table
Reference in a new issue