Last active
June 9, 2018 00:46
-
-
Save finalfantasia/e7757c9fdb95d04977704514d105bbf9 to your computer and use it in GitHub Desktop.
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="macOS" parent="Mac OS X 10.5+"> | |
<action id="$Cut"> | |
<keyboard-shortcut first-keystroke="meta x" /> | |
</action> | |
<action id="$Redo"> | |
<keyboard-shortcut first-keystroke="shift meta z" /> | |
</action> | |
<action id="ActivateVersionControlToolWindow"> | |
<keyboard-shortcut first-keystroke="meta 9" /> | |
</action> | |
<action id="Back"> | |
<keyboard-shortcut first-keystroke="meta alt left" /> | |
</action> | |
<action id="CollapseAll"> | |
<keyboard-shortcut first-keystroke="meta minus" /> | |
</action> | |
<action id="CollapseAllRegions"> | |
<keyboard-shortcut first-keystroke="shift meta minus" /> | |
</action> | |
<action id="CollapseExpandableComponent"> | |
<keyboard-shortcut first-keystroke="meta minus" /> | |
</action> | |
<action id="CollapseRegion"> | |
<keyboard-shortcut first-keystroke="meta minus" /> | |
</action> | |
<action id="CollapseRegionRecursively"> | |
<keyboard-shortcut first-keystroke="meta alt subtract" /> | |
</action> | |
<action id="CommentByBlockComment"> | |
<keyboard-shortcut first-keystroke="meta alt slash" /> | |
</action> | |
<action id="CommentByLineComment"> | |
<keyboard-shortcut first-keystroke="meta slash" /> | |
</action> | |
<action id="EditSource"> | |
<keyboard-shortcut first-keystroke="meta down" /> | |
</action> | |
<action id="ExpandAll"> | |
<keyboard-shortcut first-keystroke="meta equals" /> | |
</action> | |
<action id="ExpandAllRegions"> | |
<keyboard-shortcut first-keystroke="shift meta equals" /> | |
</action> | |
<action id="ExpandAllToLevel1"> | |
<keyboard-shortcut first-keystroke="meta alt multiply" second-keystroke="1" /> | |
</action> | |
<action id="ExpandAllToLevel2"> | |
<keyboard-shortcut first-keystroke="meta alt multiply" second-keystroke="2" /> | |
</action> | |
<action id="ExpandAllToLevel3"> | |
<keyboard-shortcut first-keystroke="meta alt multiply" second-keystroke="3" /> | |
</action> | |
<action id="ExpandAllToLevel4"> | |
<keyboard-shortcut first-keystroke="meta alt multiply" second-keystroke="4" /> | |
</action> | |
<action id="ExpandAllToLevel5"> | |
<keyboard-shortcut first-keystroke="meta alt multiply" second-keystroke="5" /> | |
</action> | |
<action id="ExpandExpandableComponent"> | |
<keyboard-shortcut first-keystroke="meta equals" /> | |
</action> | |
<action id="ExpandRegion"> | |
<keyboard-shortcut first-keystroke="meta equals" /> | |
</action> | |
<action id="ExpandRegionRecursively"> | |
<keyboard-shortcut first-keystroke="meta alt equals" /> | |
</action> | |
<action id="ExpandToLevel1"> | |
<keyboard-shortcut first-keystroke="meta multiply" second-keystroke="1" /> | |
</action> | |
<action id="ExpandToLevel2"> | |
<keyboard-shortcut first-keystroke="meta multiply" second-keystroke="2" /> | |
</action> | |
<action id="ExpandToLevel3"> | |
<keyboard-shortcut first-keystroke="meta multiply" second-keystroke="3" /> | |
</action> | |
<action id="ExpandToLevel4"> | |
<keyboard-shortcut first-keystroke="meta multiply" second-keystroke="4" /> | |
</action> | |
<action id="ExpandToLevel5"> | |
<keyboard-shortcut first-keystroke="meta multiply" second-keystroke="5" /> | |
</action> | |
<action id="Forward"> | |
<keyboard-shortcut first-keystroke="meta alt right" /> | |
</action> | |
<action id="Generate"> | |
<keyboard-shortcut first-keystroke="meta n" /> | |
</action> | |
<action id="GotoDeclaration"> | |
<keyboard-shortcut first-keystroke="meta b" /> | |
<mouse-shortcut keystroke="meta button1" /> | |
</action> | |
<action id="GotoTypeDeclaration"> | |
<keyboard-shortcut first-keystroke="shift ctrl b" /> | |
<mouse-shortcut keystroke="shift meta button1" /> | |
</action> | |
<action id="NewElement"> | |
<keyboard-shortcut first-keystroke="meta n" /> | |
</action> | |
<action id="NextTab"> | |
<keyboard-shortcut first-keystroke="ctrl right" /> | |
</action> | |
<action id="PreviousTab"> | |
<keyboard-shortcut first-keystroke="ctrl left" /> | |
</action> | |
<action id="QuickImplementations"> | |
<keyboard-shortcut first-keystroke="alt space" /> | |
</action> | |
<action id="QuickJavaDoc"> | |
<keyboard-shortcut first-keystroke="ctrl j" /> | |
</action> | |
<action id="RecentProjectListGroup"> | |
<keyboard-shortcut first-keystroke="alt e" /> | |
</action> | |
<action id="RerunTests"> | |
<keyboard-shortcut first-keystroke="ctrl meta r" /> | |
</action> | |
<action id="Resume"> | |
<keyboard-shortcut first-keystroke="meta alt r" /> | |
</action> | |
<action id="ShelvedChanges.Rename"> | |
<keyboard-shortcut first-keystroke="shift f6" /> | |
</action> | |
<action id="ShowNavBar"> | |
<keyboard-shortcut first-keystroke="meta up" /> | |
</action> | |
<action id="Vcs.ShowMessageHistory"> | |
<keyboard-shortcut first-keystroke="meta e" /> | |
</action> | |
</keymap> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment