mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Bug 324813 - [Mac] Key binding conflict between Sort Lines and Show Source Quick Menu
Patch from Marc-Andre Laperle
This commit is contained in:
parent
c72e99bd35
commit
c5aee0fe78
1 changed files with 12 additions and 0 deletions
|
@ -1878,6 +1878,18 @@
|
|||
contextId="org.eclipse.cdt.ui.cEditorScope"
|
||||
commandId="org.eclipse.cdt.ui.edit.text.c.sort.lines"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
|
||||
<key
|
||||
platform="carbon"
|
||||
sequence="M1+M3+S"
|
||||
contextId="org.eclipse.cdt.ui.cEditorScope"
|
||||
commandId=""
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
|
||||
<key
|
||||
platform="carbon"
|
||||
sequence="CTRL+COMMAND+S"
|
||||
contextId="org.eclipse.cdt.ui.cEditorScope"
|
||||
commandId="org.eclipse.cdt.ui.edit.text.c.sort.lines"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
|
||||
<key
|
||||
sequence="M1+O"
|
||||
contextId="org.eclipse.cdt.ui.cEditorScope"
|
||||
|
|
Loading…
Add table
Reference in a new issue