PY-2021.2 <debuggerx@debuggerx-PC Create baseRefactoring.xml, markdown.xml, ide.general.xml, ide-features-trainer.xml, DebuggerX.xml, project.default.xml, My Vim dark.icls, diff.xml, Default copy.xml, yiiguxing.translation.xml, Default.xml, ignore.xml, keymap.xml, find.xml, ui.lnf.xml, filetypes.xml, Python Script.py, code.style.schemes.xml, plugin_ui.xml, colors.scheme.xml, External Tools.xml, notifications.xml, abbreviations.xml, Default _3_.xml, databaseDrivers.xml, github.xml, laf.xml, Default.xml, Default for GNOME copy.xml, pyWelcome.xml, Default _2_.xml, jdk.table.xml, Eclipse copy.xml, lightEdit.xml, Default _1_.xml, web-browsers.xml, macros.xml, proxy.settings.xml, Python.xml, vcs.xml, editor.xml, usageView.xml, debugger.xml, updates.xml

This commit is contained in:
2021-08-26 14:25:21 +08:00
parent b14eddf523
commit fdca7f980a
44 changed files with 2435 additions and 0 deletions
+60
View File
@@ -0,0 +1,60 @@
<keymap version="1" name="Default copy" parent="$default">
<action id="$EditorTranslateAction">
<keyboard-shortcut first-keystroke="alt x" />
</action>
<action id="$TranslateAndReplaceAction">
<keyboard-shortcut first-keystroke="alt c" />
</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="Editor TranslateAndReplaceAction">
<keyboard-shortcut first-keystroke="alt c" />
</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.FastStr">
<keyboard-shortcut first-keystroke="ctrl alt quote" />
</action>
<action id="ReformatCode">
<keyboard-shortcut first-keystroke="shift ctrl f" />
</action>
<action id="SearchAction" />
<action id="SmartSearchAction" />
<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_RunLua">
<keyboard-shortcut first-keystroke="f10" />
</action>
</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>