diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-10-19 21:53:13 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-10-19 21:53:13 +0200 |
commit | a412f335f07691b6f4a3bd391714d03c788e9336 (patch) | |
tree | 0f659f590ee0680f7dfaa0204b9f3992506c72ef | |
parent | c39ddc1abe0bbeef20e90cf0d8e3515ba5dc8250 (diff) |
auto-updated mozc config
-rw-r--r-- | .config/fcitx5/conf/mozc.conf | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/.config/fcitx5/conf/mozc.conf b/.config/fcitx5/conf/mozc.conf index fb1db79..5e21451 100644 --- a/.config/fcitx5/conf/mozc.conf +++ b/.config/fcitx5/conf/mozc.conf @@ -1,11 +1,13 @@ -# Initial Mode +# 初期モード InitialMode=Hiragana -# Vertical candidate list +# 入力状態の共有 +InputState="Follow Global Configuration" +# 候補を縦に並べる 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= |