How to replace all the "Ctrl" keys with the "Command" keys in the Android Studio Eclipse (windows) keyboard?

So, I am using Android Studio on Mac. I changed the Keymap to "Eclipse", which I'm used to.

But now I want to replace all the shortcuts that have the "Ctrl" key with the "Cmd" key.

I do not want to manually go to each shortcut and do it. How to do it simply?

+4
source share
1 answer

You can go to the keyboard settings (Preferences → Keymap) and select Eclipse (Mac OS X) from the drop-down list keyboard layout instead of choosing a window map.

+4
source

Source: https://habr.com/ru/post/1658428/


All Articles