Android Studio keyboard repeat

The latest update to Android Studio seems to have changed the key repeat behavior for letters. For example, I cannot hold back and repeat the character. Instead, he wants to come up with a proposal to introduce a foreign language character. This is a major hurdle because I am using the IdeaVIM keyboard layout and must be able to hold hjkl characters to move the cursor more than one character. However, I have to press the key repeatedly. I looked around to find a preference for disabling this character, but I can't seem to catch him.

Any help would be greatly appreciated.

+3


source to share


1 answer


I have the same problem. Fixed after reinstalling latest android studio and ideavim without importing previous settings. But I think the main reason is OSX, you can disable the popup by entering this command:

defaults write -g ApplePressAndHoldEnabled -bool false



Link: http://lifehacker.com/5826055/make-your-keyboard-keys-repeat-properly-when-held-down-in-mac-os-x-lion

+4


source







All Articles