AI-Hedgehog | 2023.1.1 <debuggerx@debuggerx Update keymap.xml, keymapFlags.xml Create DebuggerX.xml

This commit is contained in:
debuggerx
2024-01-13 12:26:43 +08:00
parent 69226459d2
commit 865f1da94b
3 changed files with 21 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
<keymap version="1" name="DebuggerX" parent="Default for XWin">
<action id="CodeCompletion">
<keyboard-shortcut first-keystroke="alt slash" />
</action>
<action id="FindInPath" />
<action id="HippieBackwardCompletion" />
<action id="HippieCompletion" />
<action id="ReformatCode">
<keyboard-shortcut first-keystroke="ctrl alt l" />
<keyboard-shortcut first-keystroke="shift ctrl f" />
</action>
<action id="SmartTypeCompletion">
<keyboard-shortcut first-keystroke="shift alt slash" />
</action>
</keymap>