Created
July 8, 2016 09:54
-
-
Save tadyjp/882e4cf805e98894978b14745c82d94f to your computer and use it in GitHub Desktop.
RubyMine-Keymap.xml
This file contains 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="Mac OS X 10.5+ copy" parent="Mac OS X 10.5+"> | |
<action id="Back"> | |
<keyboard-shortcut first-keystroke="meta open_bracket" /> | |
<mouse-shortcut keystroke="button4" /> | |
</action> | |
<action id="Console.TableResult.NavigateAction"> | |
<keyboard-shortcut first-keystroke="f4" /> | |
</action> | |
<action id="DomCollectionControl.Edit"> | |
<keyboard-shortcut first-keystroke="f4" /> | |
</action> | |
<action id="DomElementsTreeView.GotoDomElementDeclarationAction"> | |
<keyboard-shortcut first-keystroke="f4" /> | |
</action> | |
<action id="EditSource"> | |
<keyboard-shortcut first-keystroke="f4" /> | |
</action> | |
<action id="EditorLineEnd"> | |
<keyboard-shortcut first-keystroke="end" /> | |
<keyboard-shortcut first-keystroke="ctrl e" /> | |
</action> | |
<action id="EditorLineStart"> | |
<keyboard-shortcut first-keystroke="home" /> | |
<keyboard-shortcut first-keystroke="ctrl a" /> | |
</action> | |
<action id="EditorMoveToPageBottom"> | |
<keyboard-shortcut first-keystroke="meta page_down" /> | |
<keyboard-shortcut first-keystroke="meta down" /> | |
</action> | |
<action id="EditorMoveToPageBottomWithSelection"> | |
<keyboard-shortcut first-keystroke="shift meta page_down" /> | |
<keyboard-shortcut first-keystroke="shift meta down" /> | |
</action> | |
<action id="EditorMoveToPageTop"> | |
<keyboard-shortcut first-keystroke="meta page_up" /> | |
<keyboard-shortcut first-keystroke="meta up" /> | |
</action> | |
<action id="EditorMoveToPageTopWithSelection"> | |
<keyboard-shortcut first-keystroke="shift meta page_up" /> | |
<keyboard-shortcut first-keystroke="shift meta up" /> | |
</action> | |
<action id="Forward"> | |
<keyboard-shortcut first-keystroke="meta close_bracket" /> | |
<mouse-shortcut keystroke="button5" /> | |
</action> | |
<action id="GotoAction"> | |
<keyboard-shortcut first-keystroke="shift meta p" /> | |
</action> | |
<action id="Jdbc.OpenTableEditor"> | |
<keyboard-shortcut first-keystroke="f4" /> | |
</action> | |
<action id="MoveStatementDown" /> | |
<action id="MoveStatementUp" /> | |
<action id="NextSplitter"> | |
<keyboard-shortcut first-keystroke="meta right" /> | |
</action> | |
<action id="NextTab"> | |
<keyboard-shortcut first-keystroke="shift meta close_bracket" /> | |
<keyboard-shortcut first-keystroke="ctrl right" /> | |
<keyboard-shortcut first-keystroke="meta alt right" /> | |
</action> | |
<action id="PrevSplitter"> | |
<keyboard-shortcut first-keystroke="shift alt tab" /> | |
<keyboard-shortcut first-keystroke="meta left" /> | |
</action> | |
<action id="PreviousTab"> | |
<keyboard-shortcut first-keystroke="shift meta open_bracket" /> | |
<keyboard-shortcut first-keystroke="ctrl left" /> | |
<keyboard-shortcut first-keystroke="meta alt left" /> | |
</action> | |
<action id="RemoteHostView.EditSource"> | |
<keyboard-shortcut first-keystroke="f4" /> | |
</action> | |
<action id="RerunTests"> | |
<keyboard-shortcut first-keystroke="shift alt r" /> | |
</action> | |
<action id="ResizeToolWindowDown" /> | |
<action id="ResizeToolWindowUp" /> | |
<action id="ShowNavBar"> | |
<keyboard-shortcut first-keystroke="alt home" /> | |
</action> | |
<action id="SplitVertically"> | |
<keyboard-shortcut first-keystroke="meta alt 2" /> | |
</action> | |
<action id="SwitchApply"> | |
<keyboard-shortcut first-keystroke="ctrl alt enter" /> | |
</action> | |
<action id="SwitchDown"> | |
<keyboard-shortcut first-keystroke="ctrl alt down" /> | |
</action> | |
<action id="SwitchLeft"> | |
<keyboard-shortcut first-keystroke="ctrl alt left" /> | |
</action> | |
<action id="SwitchRight"> | |
<keyboard-shortcut first-keystroke="ctrl alt right" /> | |
</action> | |
<action id="SwitchUp"> | |
<keyboard-shortcut first-keystroke="ctrl alt up" /> | |
</action> | |
</keymap> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment