Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio: custom keymap file location on OSX

As I'm switching often between Android Studio for Windows and Mac, I started the creation of a unified shortcut configuration to make my life easier :-)

I need save the configuration file in both platforms to restore my shortcuts in case of a full IDE re-install.

The IntelliJ Help Page gave me some guidance and on Windows I found the file at Users\{my-user}\.AndroidStudioBeta\config\keymaps\{my-keymap}.xml but on Mac I don't have idea where the configurations are.

Thanks in advance (for your time and help)!

like image 221
ARNeto Avatar asked Nov 11 '14 18:11

ARNeto


1 Answers

As pointed @zapl the configurantion can be found in

~/Library/Preferences/AndroidStudioBeta/keymaps/my-keymap.xml
like image 116
ARNeto Avatar answered Nov 15 '22 09:11

ARNeto