idea-sync/keymaps/Windows Proper Redo.xml

13 lines
480 B
XML

<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">
<keyboard-shortcut first-keystroke="ctrl d" />
</action>
<action id="EditorDuplicate">
<keyboard-shortcut first-keystroke="ctrl alt down" />
</action>
</keymap>