Skip to content

Instantly share code, notes, and snippets.

@mefellows
Last active May 10, 2016 17:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mefellows/9720168 to your computer and use it in GitHub Desktop.
Save mefellows/9720168 to your computer and use it in GitHub Desktop.
Rubymine Eclipse-like Keymap for Dvorak
<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>
@mefellows
Copy link
Author

Place file in cat ~/Library/Preferences/RubyMine60/keymaps/ on MacOSX for use in the IDE.

@mefellows
Copy link
Author

Also works for IntelliJ IDEA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment