diff options
author | xyz <gky44px1999@gmail.com> | 2022-09-02 03:00:41 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-09-02 03:00:41 -0700 |
commit | eab4b65cf0572b9451e1fd4eb8d94ac40c70e307 (patch) | |
tree | d44af16a1d8a82877d3456276b66479bde81f6e7 /home/xyz/.config/fcitx5 | |
parent | 5ede41e59217e6e1c606921714bc7962d386ba41 (diff) |
refactor
Diffstat (limited to 'home/xyz/.config/fcitx5')
-rw-r--r-- | home/xyz/.config/fcitx5/conf/pinyin.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/xyz/.config/fcitx5/conf/pinyin.conf b/home/xyz/.config/fcitx5/conf/pinyin.conf index f815b423..aa7e3801 100644 --- a/home/xyz/.config/fcitx5/conf/pinyin.conf +++ b/home/xyz/.config/fcitx5/conf/pinyin.conf @@ -10,6 +10,8 @@ SpellEnabled=True EmojiEnabled=True # Enable Chaizi ChaiziEnabled=True +# Enable Characters in Unicode CJK Extension B +ExtBEnabled=True # Enable Cloud Pinyin CloudPinyinEnabled=False # Cloud Pinyin Index @@ -30,6 +32,8 @@ SecondCandidate= ThirdCandidate= # Use Keypad as Selection key UseKeypadAsSelection=False +# Use BackSpace to cancel the selection +BackSpaceToUnselect=True # Number of Sentences Number of sentence=2 # Prompt long word length when input length over (0 for disable) |