Skip to content

Instantly share code, notes, and snippets.

@dongyuwei
Created July 11, 2014 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dongyuwei/3e66091d84dd2160dd9c to your computer and use it in GitHub Desktop.
Save dongyuwei/3e66091d84dd2160dd9c to your computer and use it in GitHub Desktop.
extracted from exported keymaps config(*.jar)
<?xml version="1.0" encoding="UTF-8"?>
<keymap version="1" name="Mac OS X copy" parent="Mac OS X">
<action id="CloseContent">
<keyboard-shortcut first-keystroke="meta F4" />
<keyboard-shortcut first-keystroke="meta W" />
</action>
<action id="DuplicatesForm.SendToLeft">
<keyboard-shortcut first-keystroke="meta 1" />
<keyboard-shortcut first-keystroke="meta T" />
</action>
<action id="EditorSelectWord" />
<action id="FileChooser.TogglePathShowing" />
<action id="FindInPath">
<keyboard-shortcut first-keystroke="shift control F" />
<keyboard-shortcut first-keystroke="shift meta F" />
</action>
<action id="GotoFile">
<keyboard-shortcut first-keystroke="shift meta N" />
<keyboard-shortcut first-keystroke="meta P" />
</action>
<action id="GotoTest" />
<action id="Images.ShowThumbnails" />
<action id="ParameterInfo" />
<action id="ReopenClosedTab">
<keyboard-shortcut first-keystroke="shift meta T" />
</action>
<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>
<action id="Vcs.UpdateProject" />
</keymap>
@dongyuwei
Copy link
Author

Export IDEA keymaps config:

keymaps

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