Answers:
这可能是ibus问题:https://code.google.com/p/chromium/issues/detail? id = 410649
简而言之,处于同步模式的ibus会做有趣的事情。该链接底部提供了一种解决方法,请参阅https://code.google.com/p/ibus/issues/detail?id=1697#c2:
Also for the record the user can work around the problem by setting
IBUS_ENABLE_SYNC_MODE=1
IBUS_ENABLE_SYNC_MODE=0 ibus-daemon --xim --replace --verbose --- This exhibits the problem.
IBUS_ENABLE_SYNC_MODE=1 ibus-daemon --xim --replace --verbose --- This works fine.
IBUS_ENABLE_SYNC_MODE=0 ibus-daemon --replace --verbose --- This works fine.
IBUS_ENABLE_SYNC_MODE=1 ibus-daemon --replace --verbose --- This works fine.