nooop3 / fcitx

Automatically exported from code.google.com/p/fcitx
GNU General Public License v2.0
0 stars 0 forks source link

keymapping problem on Kana input mode #729

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
On JP keyboard layout, yen key and backslash key is same keysym "0x5c". But 
keycode is defferent. Yen key is keycode 132, backslash key is keycode 97.
Yen key should be "ー" (prolongedsound) and backslash key should be "ろ" (ro) 
when input mode changes to Kana.

Fcitx-mozc makes backslash "ろ". It is OK. But it makes yen "ろ". This should 
be "ー".
Fcitx-anthy makes yen "ー". It is OK. But it makes backslash "ー". This 
should be "ろ".

I don't know whether fcitx or fcitx-anthy/fcitx-mozc is wrong.

Original issue reported on code.google.com by iku...@gmail.com on 14 May 2014 at 5:17

GoogleCodeExporter commented 8 years ago
can you try this on mozc and see if it works?

Original comment by wen...@gmail.com on 15 May 2014 at 6:53

Attachments:

GoogleCodeExporter commented 8 years ago
can you also check fcitx-anthy master and see if it works?

Original comment by wen...@gmail.com on 15 May 2014 at 8:01

GoogleCodeExporter commented 8 years ago
They work great for me, thanks!
fcitx-kkc may have same issue even though I don't try it.

Original comment by iku...@gmail.com on 16 May 2014 at 1:17

GoogleCodeExporter commented 8 years ago
looks so, just fixed fcitx-kkc.

Original comment by wen...@gmail.com on 16 May 2014 at 2:04

GoogleCodeExporter commented 8 years ago
Thanks again!

Original comment by iku...@gmail.com on 16 May 2014 at 2:10