WS-2021.2 <debuggerx@debuggerx-PC Create markdown.xml, IntelliLang.xml, DebuggerX.xml, MyStyle.icls, project.default.xml, diff.xml, Default copy.xml, yiiguxing.translation.xml, Default.xml, Monokai Sublime Text 3.icls, file.template.settings.xml, ignore.xml, find.xml, code.style.schemes.xml, Default _3_.xml, git.xml, Interface JavaDoc.tpl, My Vim dark .icls, Set Method JavaDoc.tpl, Default.xml, Default _2_.xml, Vim dark.icls, Class JavaDoc.tpl, Method JavaDoc.tpl, Eclipse copy.xml, lightEdit.xml, Throws clause JavaDoc.tpl, Return type JavaDoc.tpl, editor.xml, webServers.xml, debugger.xml, updates.xml, baseRefactoring.xml, ide.general.xml, ide-features-trainer.xml, Constructor JavaDoc.tpl, Parameter JavaDoc.tpl, keymap.xml, ui.lnf.xml, Get Method JavaDoc.tpl, filetypes.xml, projectView.xml, colors.scheme.xml, notifications.xml, wechatCode.xml, github.xml, templates.xml, laf.xml, customization.xml, Default for GNOME copy.xml, jdk.table.xml, phonegap.xml, Default _1_.xml, web-browsers.xml, macros.xml, vcs.xml, grazie_global.xml

This commit is contained in:
2021-08-26 14:30:34 +08:00
commit 5398276e64
57 changed files with 4473 additions and 0 deletions
+71
View File
@@ -0,0 +1,71 @@
<keymap version="1" name="Default copy" parent="$default">
<action id="$EditorTranslateAction">
<keyboard-shortcut first-keystroke="alt x" />
</action>
<action id="ActivateAndroidMonitorToolWindow">
<keyboard-shortcut first-keystroke="alt 6" />
</action>
<action id="ActivateTODOToolWindow" />
<action id="AddToFavoritesPopup" />
<action id="CodeCompletion">
<keyboard-shortcut first-keystroke="alt slash" />
</action>
<action id="Editor EditorTranslateAction">
<keyboard-shortcut first-keystroke="alt x" />
</action>
<action id="FindInPath">
<keyboard-shortcut first-keystroke="shift alt f" />
</action>
<action id="HippieCompletion">
<keyboard-shortcut first-keystroke="ctrl space" />
</action>
<action id="Macro.cmt">
<keyboard-shortcut first-keystroke="ctrl alt slash" />
</action>
<action id="Macro.toString">
<keyboard-shortcut first-keystroke="ctrl alt quote" />
</action>
<action id="NextSplitter">
<keyboard-shortcut first-keystroke="alt page_up" />
</action>
<action id="PrevSplitter">
<keyboard-shortcut first-keystroke="alt page_down" />
</action>
<action id="ReformatCode">
<keyboard-shortcut first-keystroke="shift ctrl f" />
</action>
<action id="SurroundWith">
<keyboard-shortcut first-keystroke="shift alt t" />
</action>
<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>
<action id="ToggleDistractionFreeMode">
<keyboard-shortcut first-keystroke="shift alt f11" />
</action>
<action id="ToggleFullScreen">
<keyboard-shortcut first-keystroke="alt f11" />
</action>
<action id="Tool_External Tools_LayaJS">
<keyboard-shortcut first-keystroke="shift alt e" />
</action>
<action id="Tool_External Tools_Show in File Manager">
<keyboard-shortcut first-keystroke="ctrl f" />
</action>
<action id="emacsIDEAs.AceJump">
<keyboard-shortcut first-keystroke="alt f" />
</action>
<action id="tasks.switch" />
</keymap>
+6
View File
@@ -0,0 +1,6 @@
<keymap version="1" name="Default for GNOME copy" parent="Default for GNOME">
<action id="ClassNameCompletion">
<keyboard-shortcut first-keystroke="ctrl alt space" />
<keyboard-shortcut first-keystroke="ctrl alt space" second-keystroke="alt slash" />
</action>
</keymap>
+20
View File
@@ -0,0 +1,20 @@
<keymap version="1" name="Eclipse copy" parent="Eclipse">
<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>
<action id="ToggleFullScreen">
<keyboard-shortcut first-keystroke="windows" second-keystroke="f11" />
</action>
</keymap>