Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot find keymap 'Windows Proper Redo"

A message is appearing in pycharm

Missing Keymap Cannot find keymap 'Windows Proper Redo"

I don't know what this message means and how to solve it. Please help

like image 477
Bibek Paul Avatar asked Aug 08 '26 12:08

Bibek Paul


1 Answers

You should open Windows Proper Redo.xml file that is located at %APPDATA%\JetBrains\YOUR_PYCHARM_VERSION\keymaps\, for example, at c:\Users\Admin\AppData\Roaming\JetBrains\PyCharmCE2020.3\keymaps\ and then replace its content with the following code:

<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>
like image 112
fallincode Avatar answered Aug 10 '26 02:08

fallincode



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!