Comment #1 on issue 1415 by [email protected]: ibus-table下,字母键没法选 字上屏。
http://code.google.com/p/ibus/issues/detail?id=1415
Because the select_keys are hard wired to numbers. The ibus-table engine was a simple hack for using scim's table format with quite a few features been stripped.
see https://github.com/acevery/ibus-table/blob/master/engine/table.py#L1306 for function _table_mode_process_key_event (self, key).
To solve your problem, either use something other than numbers as your VALID_INPUT_CHARS or fix the ibus-table codes to respect SELECT_KEYS.
-- You received this message because you are subscribed to the Google Groups "ibus-devel" group. iBus project web page: http://code.google.com/p/ibus/ iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
