AI-Arctic Fox | 2020.3.1 <debuggerx@debuggerx-PC Create laf.xml, debugger.xml, visualizationTool.xml, updates.xml, DebuggerX.xml, MyStyle.icls, Enum.java, Default copy.xml, Interface.java, editor.xml, Default.xml, ide.general.xml, project.default.xml, Monokai Sublime Text 3.icls, File Header.java, code.style.schemes.xml, pluginAdvertiser.xml, Default _3_.xml, androidStudioFirstRun.xml, My Vim dark .icls, ignore.xml, web-browsers.xml, usageView.xml, Default.xml, yiiguxing.translation.xml, Default _2_.xml, Vim dark.icls, jdk.table.xml, lightEdit.xml, Eclipse copy.xml, notifications.xml, filetypes.xml, git.xml, macros.xml, templates.xml, colors.scheme.xml, Singleton.java, github.xml, IntelliLang.xml, baseRefactoring.xml, External Tools.xml, androidEditors.xml, AnnotationType.java, emmet.xml, toStringTemplates.xml, ui.lnf.xml, customization.xml, Default for GNOME copy.xml, Class.java, proxy.settings.xml, Default _1_.xml, vcs.xml, gutter.xml, plugin_ui.xml, file.template.settings.xml, keymap.xml, find.xml, diff.xml, path.macros.xml

This commit is contained in:
2021-08-26 14:08:25 +08:00
commit da90e1cd71
59 changed files with 6399 additions and 0 deletions
+83
View File
@@ -0,0 +1,83 @@
<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="ContextHelp" />
<action id="Dart.DartStyle">
<keyboard-shortcut first-keystroke="alt f" />
</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="GotoNextError">
<keyboard-shortcut first-keystroke="f1" />
</action>
<action id="HippieCompletion">
<keyboard-shortcut first-keystroke="ctrl space" />
</action>
<action id="Images.Editor.ToggleGrid" />
<action id="Macro.Text2String">
<keyboard-shortcut first-keystroke="ctrl quote" />
</action>
<action id="PlaySavedMacrosAction">
<keyboard-shortcut first-keystroke="ctrl alt slash" />
</action>
<action id="ReformatCode">
<keyboard-shortcut first-keystroke="shift ctrl f" />
</action>
<action id="ShowSettings" />
<action id="StartStopMacroRecording">
<keyboard-shortcut first-keystroke="shift ctrl alt f6" />
</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_Show in File Manager">
<keyboard-shortcut first-keystroke="ctrl f" />
</action>
<action id="UpdateRunningApplication" />
<action id="android.deploy.ApplyChanges">
<keyboard-shortcut first-keystroke="ctrl f10" />
</action>
<action id="android.deploy.CodeSwap">
<keyboard-shortcut first-keystroke="ctrl alt f10" />
</action>
<action id="osmedile.intellij.stringmanip.SwitchCasePopup">
<keyboard-shortcut first-keystroke="ctrl alt s" />
</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>