Last active
May 10, 2016 17:40
-
-
Save mefellows/9720168 to your computer and use it in GitHub Desktop.
Rubymine Eclipse-like Keymap for Dvorak
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<keymap version="1" name="Dvorak - Eclipse" parent="Eclipse (Mac OS X)"> | |
<action id="Back"> | |
<mouse-shortcut keystroke="button4" /> | |
</action> | |
<action id="CloseAllEditors"> | |
<keyboard-shortcut first-keystroke="shift meta W" /> | |
<keyboard-shortcut first-keystroke="shift control meta W" /> | |
</action> | |
<action id="CommentByBlockComment" /> | |
<action id="CommentByLineComment"> | |
<keyboard-shortcut first-keystroke="meta SLASH" /> | |
<keyboard-shortcut first-keystroke="meta OPEN_BRACKET" /> | |
</action> | |
<action id="Find"> | |
<keyboard-shortcut first-keystroke="meta F" /> | |
</action> | |
<action id="GotoDeclaration"> | |
<keyboard-shortcut first-keystroke="F3" /> | |
<mouse-shortcut keystroke="control button1" /> | |
<mouse-shortcut keystroke="meta button1" /> | |
</action> | |
</keymap> |
Also works for IntelliJ IDEA
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Place file in cat ~/Library/Preferences/RubyMine60/keymaps/ on MacOSX for use in the IDE.