diff options
Diffstat (limited to 'home/xyz/.config/fcitx5/conf')
| -rw-r--r-- | home/xyz/.config/fcitx5/conf/pinyin.conf | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/home/xyz/.config/fcitx5/conf/pinyin.conf b/home/xyz/.config/fcitx5/conf/pinyin.conf index dce6f87b..b6b7d6ec 100644 --- a/home/xyz/.config/fcitx5/conf/pinyin.conf +++ b/home/xyz/.config/fcitx5/conf/pinyin.conf @@ -2,13 +2,13 @@ ShuangpinProfile=Ziranma # Show current shuangpin mode ShowShuangpinMode=True -# Page size +# Candidates Per Page PageSize=5 -# Enable Spell +# Show English Candidates SpellEnabled=True -# Enable Symbols +# Show symbol candidates SymbolsEnabled=True -# Enable Chaizi +# Show Chaizi candidates ChaiziEnabled=True # Enable more Characters after Unicode CJK Extension B ExtBEnabled=True @@ -16,7 +16,7 @@ ExtBEnabled=True StrokeCandidateEnabled=True # Enable Cloud Pinyin CloudPinyinEnabled=False -# Cloud Pinyin Index +# Cloud Pinyin Candidate Order CloudPinyinIndex=2 # Show animation when Cloud Pinyin is loading CloudPinyinAnimation=True @@ -30,13 +30,15 @@ PreeditCursorPositionAtBeginning=True PinyinInPreedit=True # Enable Prediction Prediction=False -# Prediction Size +# Number of Predictions PredictionSize=10 +# Backspace behavior on prediction +BackspaceBehaviorOnPrediction="Backspace when not using on-screen keyboard" # Action when switching input method SwitchInputMethodBehavior="Commit current preedit" -# Select 2nd Candidate +# Select Second Candidate SecondCandidate= -# Select 3rd Candidate +# Select Third Candidate ThirdCandidate= # Use Keypad as Selection key UseKeypadAsSelection=False @@ -44,6 +46,8 @@ UseKeypadAsSelection=False BackSpaceToUnselect=True # Number of Sentences Number of sentence=2 +# Number of Phrase Candidates +WordCandidateLimit=15 # Prompt long word length when input length over (0 for disable) LongWordLengthLimit=4 # Key to trigger quickphrase |
