Last active
August 29, 2015 13:57
-
-
Save vakopian/9866397 to your computer and use it in GitHub Desktop.
intellij keymap customizations to work with keyremap4macbook
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
<?xml version="1.0" encoding="UTF-8"?> | |
<keymap version="1" name="Default copy" parent="$default"> | |
<action id="Back"> | |
<keyboard-shortcut first-keystroke="control alt LEFT" /> | |
<mouse-shortcut keystroke="button4" /> | |
<keyboard-shortcut first-keystroke="control meta LEFT" /> | |
</action> | |
<action id="EditorNextWord"> | |
<keyboard-shortcut first-keystroke="control RIGHT" /> | |
<keyboard-shortcut first-keystroke="meta RIGHT" /> | |
</action> | |
<action id="EditorNextWordWithSelection"> | |
<keyboard-shortcut first-keystroke="shift control RIGHT" /> | |
<keyboard-shortcut first-keystroke="shift meta RIGHT" /> | |
</action> | |
<action id="EditorPreviousWord"> | |
<keyboard-shortcut first-keystroke="control LEFT" /> | |
<keyboard-shortcut first-keystroke="meta LEFT" /> | |
</action> | |
<action id="EditorPreviousWordWithSelection"> | |
<keyboard-shortcut first-keystroke="shift control LEFT" /> | |
<keyboard-shortcut first-keystroke="shift meta LEFT" /> | |
</action> | |
<action id="Forward"> | |
<keyboard-shortcut first-keystroke="control alt RIGHT" /> | |
<mouse-shortcut keystroke="button5" /> | |
<keyboard-shortcut first-keystroke="control meta RIGHT" /> | |
</action> | |
<action id="Git.Branches"> | |
<keyboard-shortcut first-keystroke="shift control alt B" /> | |
</action> | |
<action id="Git.Fetch"> | |
<keyboard-shortcut first-keystroke="shift control T" /> | |
</action> | |
<action id="Git.Push"> | |
<keyboard-shortcut first-keystroke="shift control alt P" /> | |
</action> | |
<action id="Git.Revert"> | |
<keyboard-shortcut first-keystroke="shift control alt R" /> | |
</action> | |
<action id="GotoDeclaration"> | |
<keyboard-shortcut first-keystroke="control B" /> | |
<mouse-shortcut keystroke="control button1" /> | |
<mouse-shortcut keystroke="button2" /> | |
<mouse-shortcut keystroke="meta button1" /> | |
</action> | |
<action id="GotoTest" /> | |
<action id="Images.ShowThumbnails" /> | |
<action id="SwitchApply"> | |
<keyboard-shortcut first-keystroke="control alt ENTER" /> | |
</action> | |
<action id="SwitchDown"> | |
<keyboard-shortcut first-keystroke="control alt DOWN" /> | |
</action> | |
<action id="SwitchLeft"> | |
<keyboard-shortcut first-keystroke="control alt LEFT" /> | |
</action> | |
<action id="SwitchRight"> | |
<keyboard-shortcut first-keystroke="control alt RIGHT" /> | |
</action> | |
<action id="SwitchUp"> | |
<keyboard-shortcut first-keystroke="control alt UP" /> | |
</action> | |
</keymap> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment