lotem / rime.py

Rime Input Method Engine, an experimental version in Python
http://code.google.com/p/zime/
GNU General Public License v3.0
10 stars 4 forks source link

Can't swith zh/en by pressing Shift key #8

Closed twlkyao closed 10 years ago

twlkyao commented 10 years ago

Why I can't switch zh/en by pressing Shift key? My Operating System is Ubuntu12.04, neither Shift or F4 works.

lotem commented 10 years ago

Sorry, I don't know Why You Can't, without further information. I can confirm it works on Ubuntu 12.04, so this is probably not a bug.

Check your default.yaml and the log file to see if there are errors.

lotem commented 10 years ago

Wait... You're talking about rime.py? Seriously?

lotem commented 10 years ago

Oh, this is tooold. I take back what I said. This project has been abandoned in favor of https://github.com/lotem/librime

rime.py was a previous experimental engine, and was different in design. for example: https://github.com/lotem/rime.py/blob/master/engine/processor.py#L162 https://github.com/lotem/rime.py/blob/master/engine/composer.py#L58

You want to try apt-get install ibus-rime It should work as you expected.