Skip to content

Commit

Permalink
Fix command mode binding taken by Windows OS (amibiz#11)
Browse files Browse the repository at this point in the history
Fixes amibiz#9

- bind Shift + Space -> activate command mode
  • Loading branch information
amibiz authored Jul 3, 2020
1 parent 23ada78 commit 4f4627a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ U (dvorak) activate <i>Insert Mode</i></pre>
<action id="ErgoKeysCommandMode" class="com.github.amibiz.ergokeys.CommandModeAction" text="Command Mode"
description="Activate Command Mode">
<keyboard-shortcut keymap="$default" first-keystroke="alt SPACE"/>
<keyboard-shortcut keymap="$default" first-keystroke="shift SPACE"/>
</action>
<action id="ErgoKeysInsertMode" class="com.github.amibiz.ergokeys.InsertModeAction" text="Insert Mode"
description="Activate Insert Mode"/>
Expand Down

0 comments on commit 4f4627a

Please sign in to comment.