@TOC
背景
换工作了, 新的IDEA, 又要重新设置自己的快捷方式了.
灵感
1.这些个性话的配置应该是可以导出的. 然后在新的IDEA直接导入就行了, 感觉应该是有这个功能.
就是这个文件:
<keymap version="1" name="Personal KeyMap" parent="$default">
<action id="$EditorTranslateAction">
<keyboard-shortcut first-keystroke="alt t" />
</action>
<action id="ActivateProjectToolWindow" />
<action id="CloseAllEditorsButActive">
<keyboard-shortcut first-keystroke="alt 1" />
</action>
<action id="Console.History.Browse" />
<action id="Editor EditorTranslateAction">
<keyboard-shortcut first-keystroke="alt t" />
</action>
<action id="EditorDeleteLine">
<keyboard-shortcut first-keystroke="ctrl d" />
</action>
<action id="ExpressionTypeInfo" />
<action id="FileChooser.TogglePathBar" />
<action id="FindInPath">
<keyboard-shortcut first-keystroke="ctrl h" />
</action>
<action id="Git.Pull">
<keyboard-shortcut first-keystroke="shift ctrl p" />
</action>
<action id="GotoImplementation">
<mouse-shortcut keystroke="control alt button1" />
<keyboard-shortcut first-keystroke="alt g" />
</action>
<action id="ParameterInfo" />
<action id="PerforceDirect.Edit" />
<action id="PinActiveEditorTab">
<keyboard-shortcut first-keystroke="ctrl p" />
</action>
<action id="RenameElement">
<keyboard-shortcut first-keystroke="shift f6" />
<keyboard-shortcut first-keystroke="f2" />
</action>
<action id="ShowFilePath">
<keyboard-shortcut first-keystroke="ctrl alt e" />
</action>
<action id="TableResult.SelectAllOccurrences" />
<action id="ToggleFindInSelection" />
<action id="TypeHierarchy">
<keyboard-shortcut first-keystroke="f4" />
</action>
<action id="android.device.power.button" />
</keymap>
常用快捷方式
// TODO 上面应该都有, 这个后续补充