F-key keymapping in Android Studio

I can't seem to get certain F keys to work while setting up custom key mappings in Android Studio. F5, F6, F8, F10 work, for example, but not F7 or F9.

It doesn't even tell me there are conflicts with F7 or F9, it just doesn't even register that a key was pressed while doing the mapping. Can't I use F9 to display in Make Project?

I first changed the Eclipse keyboard layout settings, so I am trying to change the "Copy of Eclipse".

+3


source to share


1 answer


If you are using a Mac, make sure the box next to "Use F1, F2, etc. as standard function keys" is checked. This worked for me. Go to System Preferences > Keyboard

to find this checkbox. Use F1, F2, etc.  as standard function keys



OS: macOS Sierra, 10.12.4 (16E195)

Android Studio: 2.3.1

0


source







All Articles