diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2025-12-24 18:05:59 +0800 |
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2025-12-24 18:05:59 +0800 |
| commit | a94d5d503a4e82061819326c5bfaf0a142c74dcf (patch) | |
| tree | dfbb8b903a8cac9289629ff3729fad56777694f0 | |
| parent | 7b92b9dcc6ff8f2a42140624ea1de2fc4d66ebb3 (diff) | |
maybe new version change
| -rw-r--r-- | home/xyz/.config/fcitx5/conf/pinyin.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.config/fcitx5/conf/pinyin.conf b/home/xyz/.config/fcitx5/conf/pinyin.conf index b6b7d6ec..9591a4a1 100644 --- a/home/xyz/.config/fcitx5/conf/pinyin.conf +++ b/home/xyz/.config/fcitx5/conf/pinyin.conf @@ -30,6 +30,8 @@ PreeditCursorPositionAtBeginning=True PinyinInPreedit=True # Enable Prediction Prediction=False +# Keep the current typed text for next input prediction +KeepCurrentContext=True # Number of Predictions PredictionSize=10 # Backspace behavior on prediction |
