Created
June 21, 2020 18:23
-
-
Save fontenele/6db10991df6d497664a79d3b16aa1d2d to your computer and use it in GitHub Desktop.
Workaround for unresponsive keyboard on Ubuntu 20.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Go to IDE "Help | Edit Custom VM options..." | |
2. Add -Drecreate.x11.input.method=true to a new line | |
3. Restart IDE | |
from (Jetbains issue)[https://youtrack.jetbrains.com/issue/IDEA-23472] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment