Shortcuts not working after updating to Android studio 4, in Mac?

AndroidShortcutAndroid Studio-4.0Android ShortcutKeymaps

Android Problem Overview


After updating to Android Studio 4 from AS 3.5, as a Mac user I found out none of the default shortcuts work properly, i.e cmd+shift+F does not open search everywhere dialog anymore?

Android Solutions


Solution 1 - Android

To fix : in Android studio, from top menu tap on Android studio then Preferences... and type keymap then in the drop-down on the right screen select Mac and apply.

all sorted now, all the shortcuts are aligned with the Mac keyboard. enter image description here

Solution 2 - Android

Try control+shift+F. I don't know why Android Studio makes this change, as that's such acommon used shortcut.

Solution 3 - Android

For those using VSCode keymaps, make sure you're using VSCode(macOS) keymaps in preferences > keymaps.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionbastami82View Question on Stackoverflow
Solution 1 - Androidbastami82View Answer on Stackoverflow
Solution 2 - AndroidTinkView Answer on Stackoverflow
Solution 3 - AndroidAkash AgarwalView Answer on Stackoverflow