environment
Virtual Environment: VirtualBox 6.0.4r128413
Host OS: macOS X 10.9.5
Guest OS:Manjaro-xfce-18.2.0
uname —4.19.16-1-MANJARO
what someone did
After installing manjaro, the following is what I did to enable you to enter Japanese.
export LANG="ja_JP.UTF-8"
exportXMODIFIERS="@im=fcitx"
exportXMODIFIER="@im=fcitx"
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
exportDefaultIMModule=fcitx
export GTK_IM_MODULE=fcitx
exportXMODIFIERS=@im=fcitx
export QT_IM_MODULE=fcitx
You can switch between Japanese and half-width alphanumeric characters using "zenkakuhanankaku" and "ctr+space key" without any problems when using it normally (this question as well).
Question
"However, when I click the ""a"" icon while typing in Japanese and click ""Mozc tool"" --> ""dictionary tool"" switches to half-width alphanumeric input, and I am having trouble registering Japanese words because it does not input in Japanese."
If anyone knows the solution, please let me know.
linux
This was resolved by installing fcitx-im by referring to https://www.mikunimaru.com/entry/anarchy Install IME for Japanese input.
© 2024 OneMinuteCode. All rights reserved.