mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2025-01-30 08:29:49 +00:00
Change key bindings from CTRL-SHIFT+0/9 to CTRL-SHIFT-8/9
To prevent binding issue on Windows reported with https://github.com/peterdell/wudsn-ide/issues/10
This commit is contained in:
parent
3667bfb22b
commit
dbc10d9020
@ -253,13 +253,13 @@
|
||||
commandId="com.wudsn.ide.lng.editor.LanguageEditorCompileCommand"
|
||||
contextId="org.eclipse.ui.contexts.window"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
||||
sequence="M1+M2+9">
|
||||
sequence="M1+M2+8">
|
||||
</key>
|
||||
<key
|
||||
commandId="com.wudsn.ide.lng.editor.LanguageEditorCompileAndRunCommand"
|
||||
contextId="org.eclipse.ui.contexts.window"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
||||
sequence="M1+M2+0">
|
||||
sequence="M1+M2+9">
|
||||
</key>
|
||||
<key
|
||||
commandId="com.wudsn.ide.lng.editor.LanguageEditorToggleCommentCommand"
|
||||
|
Loading…
x
Reference in New Issue
Block a user