Created
October 4, 2017 19:31
-
-
Save zeromancer/500b163d436ab2c7a073e3efa21f92c5 to your computer and use it in GitHub Desktop.
Intellij settings/keymaps/my__.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="Eclipse my^^" parent="Eclipse"> | |
<action id="ChooseRunConfiguration"> | |
<keyboard-shortcut first-keystroke="shift alt f10" /> | |
<keyboard-shortcut first-keystroke="shift ctrl altGraph space" /> | |
</action> | |
<action id="CommentByLineComment"> | |
<keyboard-shortcut first-keystroke="ctrl slash" /> | |
<keyboard-shortcut first-keystroke="ctrl divide" /> | |
<keyboard-shortcut first-keystroke="shift ctrl c" /> | |
</action> | |
<action id="CopyPaths" /> | |
<action id="Exit"> | |
<keyboard-shortcut first-keystroke="shift ctrl q" /> | |
</action> | |
<action id="Hotswap"> | |
<keyboard-shortcut first-keystroke="ctrl s" /> | |
</action> | |
<action id="Rerun"> | |
<keyboard-shortcut first-keystroke="ctrl f11" /> | |
<keyboard-shortcut first-keystroke="ctrl altGraph space" /> | |
</action> | |
<action id="SaveAll"> | |
<keyboard-shortcut first-keystroke="shift ctrl s" /> | |
</action> | |
<action id="Scala.GoToImplicit" /> | |
<action id="SwitchApply"> | |
<keyboard-shortcut first-keystroke="shift alt enter" /> | |
</action> | |
<action id="SwitchDown"> | |
<keyboard-shortcut first-keystroke="shift alt down" /> | |
</action> | |
<action id="SwitchLeft"> | |
<keyboard-shortcut first-keystroke="shift alt left" /> | |
</action> | |
<action id="SwitchRight"> | |
<keyboard-shortcut first-keystroke="shift alt right" /> | |
</action> | |
<action id="SwitchUp"> | |
<keyboard-shortcut first-keystroke="shift alt up" /> | |
</action> | |
</keymap> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment