IntelliJ stops accepting keyboard input after holding a key down

Answered

Really as per the title - if I press and hold a key down (any key, can just be a letter) IntelliJ completely stops accepting keyboard input until its restarted fully. This is quite frustrating and annoying! I'm on MacOS High Sierra 10.13.5, IntelliJ version 2018.1.5 Ultimate. If you need some more info to help figure this out please let me know!

 

Regards,

James

3
24 comments

Hi.

Please provide idea.log (Help | Show log...) after reproducing a problem.

0
Avatar
Permanently deleted user

Sure, here it is. Im not sure it's much help though =/

https://hastebin.com/itayuvurej.bash

 

0

Hi, do you by chance have a VIM plugin on? Does it help if you turn it off?

1
Avatar
Permanently deleted user

No I dont.

0

Please completely reinstall the IDE.

1

Does it help if you completely reinstall the IDE?

1
Avatar
Permanently deleted user

This is a newly installed laptop, and it also happened on my old laptop too, so no, that doesn't help.

0

Please try disabling all custom plugins.

0
Avatar
Permanently deleted user

Disabled all custom plugins, restarted intellij, the issue still happens.

0

Does the problem reproduce on 2018.2.1?

0
Avatar
Permanently deleted user

Hi, just tested it, yes it does.

0

could you please provide complete log folder compressed including ThreadDump directory: https://intellij-support.jetbrains.com/hc/en-us/articles/207241085

0
Avatar
Permanently deleted user

I cant upload zips here, it wont let me. However there are no thread dumps, and the zip just contained the one logfile which has pretty much the same content as the last one, no errors or anything in it.

0
Avatar
Permanently deleted user

@James I'm experiencing something similar, also on a mac.

Q: When you hold down a key, for example in the Chrome URL bar, does the letter repeat, or do you get the character picker dialogue, as documented here? https://support.apple.com/kb/PH25643?locale=en_US

Mine is currently mysteriously missing. My colleagues don't hit this bug - they just get the character picker.
If yours were to be missing too, I'd mark that as a useful clue.

0
Avatar
Permanently deleted user

Hi @Fahran - I get the character picker dialogue in chrome. 

 

@Petr and @Fahran - this problem has gone away in 2018.2.4!! Thank you :)

0
Avatar
Permanently deleted user

Changing the language From English to SomeOtherLanguage, and then switching back to English fixes the issue, and lets you use the keyboard again

0

This happens to me also, and the character picker appears at the top,

0

Hello. Please try updating to 2018.3, the problem was fixed there:

https://youtrack.jetbrains.com/issue/JRE-998

1

The issue still persists in the later version(s)

I am using:

IntelliJ IDEA 2019.3.2 (Ultimate Edition)
Build #IU-193.6015.39, built on January 21, 2020

Temp Fix: Invalidate the cache

0
Avatar
Permanently deleted user

This is what worked for me; from your terminal type the following:

defaults write com.jetbrains.WebStorm ApplePressAndHoldEnabled -bool false

I used the IdeaVim plugin, so if I navigated with the hjkl keys, it would accept the first key, and just sit there doing nothing while you hold the key. With the above, keys started repeating for me.

1

Having this problem on 2023.3

Only fix is to quit and restart the IDE

0

Please sign in to leave a comment.