diff options
Diffstat (limited to '.config/fcitx5/conf/mozc.conf')
-rw-r--r-- | .config/fcitx5/conf/mozc.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/fcitx5/conf/mozc.conf b/.config/fcitx5/conf/mozc.conf new file mode 100644 index 0000000..16c9eb0 --- /dev/null +++ b/.config/fcitx5/conf/mozc.conf @@ -0,0 +1,11 @@ +# Initial Mode +InitialMode=Hiragana +# Vertical candidate list +Vertical=True +# Expand Usage (Requires vertical candidate list) +ExpandMode="On Focus" +# Fix embedded preedit cursor at the beginning of the preedit +PreeditCursorPositionAtBeginning=False +# Hotkey to expand usage +ExpandKey=Control+Alt+H + |