Every time I restart my computer and want to type in Japanese, pressing Super+Space is not enough, I also have to select Hiragana in Mozc's menu:
It gets me everytime. It is a bit like if your car's brake acted as an accelerator the first time you use it each day. Everyday the first time you brake you have to remember to push a lever. In other words: Incredibly annoying and a sure way to get accidents.
Apparently noone is motivated to fix the underlying problem, and there were talks that IBus would be replaced with Fcitx in 2015.10 (it did not).
Meanwhile, is there a quick way to fix this problem to avoid having to click that every time?
~/.config/mozc/ibus_config.textproto
, underengines {}
in the curly brackets add a linecomposition_mode: HIRAGANA
. Save and apply withibus write-cache; ibus restart
. – Selenimoon Aug 14 '23 at 15:49