Pycharm with IdeaVim occasionally makes the keyboard unresponsive

自作多情 提交于 2019-12-02 14:04:01

You can do killall -9 ibus-x11 as described in the issue given by Games Brainiac. I just wanted to note that you don't need to restart the IDE, as it should continue to work again... which is nice, undo-history is preserved etc. :)

This is very likely a bug. Please vote for this issue -> http://youtrack.jetbrains.com/issue/VIM-759

I have the same problems, i reported it and still do not know of a fix for it. I noticed there are a lot of reported issues like this but i now tried to follow this bug's suggestions:

https://youtrack.jetbrains.com/issue/IDEA-78860

"Alternatively, you can turn off IBus at System Settings | Language Support | Keyboard input method."

After I done this and a system restart, i never had the problem again.

Either upgrade IBus to version 1.5.11 or add export IBUS_ENABLE_SYNC_MODE=1 to your ~/.profile, then restart a session.

https://youtrack.jetbrains.com/issue/IDEA-78860

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!