Fix hot-key handling in inputcontext.c.
authorYusuke Sato <yusukes@chromium.org>
Wed, 22 Dec 2010 14:03:03 +0000 (23:03 +0900)
committerYusuke Sato <yusukes@chromium.org>
Wed, 22 Dec 2010 14:03:03 +0000 (23:03 +0900)
commit911490b3f8adac433a91153000a63a0a7143fff2
treed5ed4887801b6fc194700e90e3172e60be777233
parent2c3021469f770666e54e72bf8e6c306c7dd3a046
Fix hot-key handling in inputcontext.c.

Without the fix, some key combinations might not trigger a hot-key event.
For example, one of Chrome OS hot-keys, "press Shift, then press Alt, then release Alt", does not work without the fix.

BUG=none
TEST=manually checked using ChromeOS and IBus-1.4

Review URL: http://codereview.appspot.com/3828041
bus/inputcontext.c