简体   繁体   English

KeyBoard停止使用RubyMine IDE

[英]KeyBoard stop working on RubyMine IDE

KeyBoard stop working on RubyMine IDE, but still can select and navigate with Mouse. KeyBoard停止使用RubyMine IDE,但仍然可以使用鼠标选择和导航。 It's a frequent problem. 这是一个经常出现的问题。 My system configuration as following: 我的系统配置如下:

RubyMine 7.1.4 running on Ubuntu 14.04 and Open JDK Java 7. 在Ubuntu 14.04和Open JDK Java 7上运行的RubyMine 7.1.4。

How to get ride of this issues? 如何解决这个问题?

Keyboard input sometimes is blocked when IBus is active. 当IBus处于活动状态时,键盘输入有时会被阻止。

When IDEA is used on a system with IBus is installed and running keyboard input sometimes became blocked by IBus daemon. 在安装了IBus的系统上使用IDEA时,运行键盘输入有时会被IBus守护程序阻止。 Event Dispatching Thread is active. 事件调度线程处于活动状态。 All other events are delivered in order - ie it is possible to select text or call menu actions by a mouse. 所有其他事件按顺序传递 - 即可以通过鼠标选择文本或调用菜单操作。

Setting IBUS_ENABLE_SYNC_MODE=1 seem to help. 设置IBUS_ENABLE_SYNC_MODE = 1似乎有所帮助。 Note that the setting is for IBus, so either set it in shell's profile, or restart IBus daemon with this option exported. 请注意,该设置适用于IBus,因此要么在shell的配置文件中设置它,要么在导出此选项的情况下重新启动IBus守护程序。 Run Following command on terminal to do this. 在终端上运行以下命令来执行此操作。

export IBUS_ENABLE_SYNC_MODE=1
ibus-daemon -d -r

Works like a charm, even without restarting the IDE. 即使没有重新启动IDE,也可以像魅力一样工作。

See Reference 参考

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM