mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Change shortcut of toggle source/header to Ctrl+Tab (bug 87119)
This commit is contained in:
parent
f652b4d839
commit
db0af1ee12
1 changed files with 1 additions and 1 deletions
|
@ -1309,7 +1309,7 @@
|
|||
commandId="org.eclipse.cdt.ui.edit.text.c.goto.matching.bracket"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
|
||||
<key
|
||||
sequence="M1+E"
|
||||
sequence="M1+TAB"
|
||||
contextId="org.eclipse.cdt.ui.cEditorScope"
|
||||
commandId="org.eclipse.cdt.ui.edit.text.c.toggle.source.header"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue