IU-2021.3.3 <wangwei-202@KANE_DELL5050 Update colors.scheme.xml Create keymap.xml, Windows Proper Redo.xml

This commit is contained in:
Kane Wang 2022-04-07 11:34:21 +08:00
parent fbaab1ae58
commit 5182feef04
3 changed files with 14 additions and 1 deletions

5
_windows/keymap.xml Normal file
View File

@ -0,0 +1,5 @@
<application>
<component name="KeymapManager">
<active_keymap name="Windows Proper Redo" />
</component>
</application>

View File

@ -1,5 +1,5 @@
<application> <application>
<component name="EditorColorsManagerImpl"> <component name="EditorColorsManagerImpl">
<global_color_scheme name="Darcula" /> <global_color_scheme name="_@user_Darcula" />
</component> </component>
</application> </application>

View File

@ -0,0 +1,8 @@
<keymap version="1" name="Windows Proper Redo" parent="$default">
<action id="$Redo">
<keyboard-shortcut first-keystroke="shift ctrl z" />
<keyboard-shortcut first-keystroke="shift alt back_space" />
<keyboard-shortcut first-keystroke="ctrl y" />
</action>
<action id="EditorDeleteLine" />
</keymap>