Closed reasonset closed 1 year ago
Thanks for the report.
There's a bug introduced in aa69eae when merging the ibus's key translator code because ibus's key code is different comparing to fcitx's key code. Should be fixed by https://github.com/fcitx/mozc/commit/a0fc18bc99efd02cb2f5c854ac9ddc4cfdc865b4
Description When using the Japanese keyboard and using Kana input, pressing the "¥|" key in the upper right corner should input a prolonged sound mark "ー", but "ろ" will be input.
Steps to reproduce Steps to reproduce the behavior:
Expected behavior Input "ー".
Actual behavior Input "ろ".
Version or commit-id Mozc-2.29.5111.102+24.11.oss
Environment
Investigations
Additional context
Only when press with shift key, "ー" is entered.
Maybe this problem is caused by
aa69eae
commit. It deletes key bindings thatI have confirmed that this problem does not occur when building with commit
99cd187
.This issue was directed from Google Mozc.