diff options
| -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 |
