bastami82
bastami82

Reputation: 6173

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

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?

Upvotes: 56

Views: 16614

Answers (3)

Akash Agarwal
Akash Agarwal

Reputation: 2530

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

Upvotes: 0

Tink
Tink

Reputation: 636

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

Upvotes: 8

bastami82
bastami82

Reputation: 6173

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

Upvotes: 186

Related Questions