Description of problem: xcin now has numerous mode which allows user to input TC using cangjie, pinyin or cantonese pinyin mode. Possible key now which works on both KDE and GNOME is Ctrl+Alt+(1-9). Ctrl-Shift is working in GNOME but not KDE. Version-Release number of selected component (if applicable): FC2 (stable) iiimf-server-11.4-43 iiimf-le-xcin-0.1.5-1 How reproducible: Always Steps to Reproduce: 1. GDM select Traditional Chinese 2. Log-in 3. kedit Actual results: Nothing happens Expected results: Input Method mode changes for TC. Additional info:
It happens to other LEs with the shortcut keys with only alt,ctrl,shift as well (like SunLE on switching IMs) on httx. Reason being the ctrl,alt,shift does not consider as a 'key' in httx, therefore it does not pass it through IMKeyListEvent->keylist->keyCode. (ie. only pass them through IMKeyListEvent->keylist->modifier). If the LE is being used directly to htt, then it will be fine.
Confirmed fixed in rawhide 12.0.1-1. Both iiimf-le-xcin and iiimf-le-chinput can use Ctrl-SPACE to swtich between input mode.