mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
Bug 409663 - [Mac] Command-Shift-Up/Down is not handled in standard way
Change-Id: I667b9038e4a92201883c702c0673d7ba33cd386c Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/13471
This commit is contained in:
parent
4ead47e948
commit
9e1e3ce04f
1 changed files with 24 additions and 0 deletions
|
@ -2522,11 +2522,35 @@
|
|||
contextId="org.eclipse.cdt.ui.cEditorScope"
|
||||
commandId="org.eclipse.cdt.ui.edit.text.c.goto.next.member"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
|
||||
<key
|
||||
platform="carbon"
|
||||
sequence="M1+M2+ARROW_DOWN"
|
||||
contextId="org.eclipse.cdt.ui.cEditorScope"
|
||||
commandId=""
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
|
||||
<key
|
||||
platform="carbon"
|
||||
sequence="CTRL+ALT+ARROW_DOWN"
|
||||
contextId="org.eclipse.cdt.ui.cEditorScope"
|
||||
commandId="org.eclipse.cdt.ui.edit.text.c.goto.next.member"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
|
||||
<key
|
||||
sequence="M1+M2+ARROW_UP"
|
||||
contextId="org.eclipse.cdt.ui.cEditorScope"
|
||||
commandId="org.eclipse.cdt.ui.edit.text.c.goto.prev.member"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
|
||||
<key
|
||||
platform="carbon"
|
||||
sequence="M1+M2+ARROW_UP"
|
||||
contextId="org.eclipse.cdt.ui.cEditorScope"
|
||||
commandId=""
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
|
||||
<key
|
||||
platform="carbon"
|
||||
sequence="CTRL+ALT+ARROW_UP"
|
||||
contextId="org.eclipse.cdt.ui.cEditorScope"
|
||||
commandId="org.eclipse.cdt.ui.edit.text.c.goto.prev.member"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
|
||||
<key
|
||||
sequence="M1+M2+P"
|
||||
contextId="org.eclipse.cdt.ui.cEditorScope"
|
||||
|
|
Loading…
Add table
Reference in a new issue