How to configure IntelliJ (also Android Studio) redo shortcut to CTRL+Y instead of CTRL+SHIFT+Z?

后端 未结 2 1890
春和景丽
春和景丽 2021-01-30 03:33

The default IntelliJ / Android Studio \"Redo\" action shortcut is CTRL+Shift+Z and this is a common problem for Windows users.

A bigger

2条回答
  •  暖寄归人
    2021-01-30 04:11

    Change the keymap setting to the Visual Studio, Eclipse, or NetBeans preset.

    The settings window can be found under File > Settings. CTRL+ALT+S should work if the shortcut hasn't been changed. In the settings window you should find Keymap under the Appearance & Behavior settings list.

    You can configure each editor command to a key combo that you like (as @ismail yavuz mentioned) such as for Redo to CTRL+Y or you can just change the Keymap setting to an editor that you are used to. This might be best if you are in the process of switching to IntelliJ as it is probably the path of least resistance. The default settings for the Visual Studio, Eclipse, and NetBeans keymaps all map Redo to CTRL+Y.

    The Principle of least astonishment is strangely violated for Windows users but at least shortcuts is customizable. Because of this command being so contrary to the Windows experience I decided it wasn't worth learning the IntelliJ keyboard when anywhere you're working at you need to, you can quickly change. There are almost no drawbacks to not learning the IntelliJ. Remember that in the keymap menu you can search for a command in the search box or click on the magnifying glass on the right to search by key combo.

    Of course neither answer is wrong. Chose your preference.

提交回复
热议问题