diff options
Diffstat (limited to 'home/xyz/.config/fcitx5/conf/pinyin.conf')
-rw-r--r-- | home/xyz/.config/fcitx5/conf/pinyin.conf | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/home/xyz/.config/fcitx5/conf/pinyin.conf b/home/xyz/.config/fcitx5/conf/pinyin.conf new file mode 100644 index 00000000..5095a2cc --- /dev/null +++ b/home/xyz/.config/fcitx5/conf/pinyin.conf @@ -0,0 +1,111 @@ +# Shuangpin Profile +ShuangpinProfile=Ziranma +# Page size +PageSize=5 +# Enable Spell +SpellEnabled=True +# Enable Emoji +EmojiEnabled=True +# Enable Chaizi +ChaiziEnabled=True +# Enable Cloud Pinyin +CloudPinyinEnabled=False +# Cloud Pinyin Index +CloudPinyinIndex=2 +# Show preedit within application +PreeditInApplication=False +# Fix embedded preedit cursor at the beginning of the preedit +PreeditCursorPositionAtBeginning=True +# Show complete pinyin in preedit +PinyinInPreedit=True +# Enable Prediction +Prediction=False +# Prediction Size +PredictionSize=10 +# Select 2nd Candidate +SecondCandidate= +# Select 3rd Candidate +ThirdCandidate= +# Number of Sentence +Number of sentence=2 +# Prompt long word length when input length over (0 for disable) +LongWordLengthLimit=4 +# Key to trigger quickphrase +QuickPhraseKey=semicolon +# Use V to trigger quickphrase +VAsQuickphrase=False +# FirstRun +FirstRun=False + +[ForgetWord] +0=Control+7 + +[PrevPage] +0=minus +1=Up + +[NextPage] +0=equal +1=Down + +[PrevCandidate] +0=Shift+Tab + +[NextCandidate] +0=Tab + +[ChooseCharFromPhrase] +0=bracketleft +1=bracketright + +[FilterByStroke] +0=grave + +[QuickPhrase trigger] +0=www. +1=ftp. +2=http: +3=mail. +4=bbs. +5=forum. +6=https: +7=ftp: +8=telnet: +9=mailto: + +[Fuzzy] +# ue -> ve +VE_UE=True +# gn -> ng +NG_GN=True +# Inner Segment (xian -> xi'an) +Inner=True +# Inner Segment for Short Pinyin (qie -> qi'e) +InnerShort=True +# Match partial finals (e -> en, eng, ei) +PartialFinal=True +# u <-> v +V_U=False +# an <-> ang +AN_ANG=False +# en <-> eng +EN_ENG=True +# ian <-> iang +IAN_IANG=False +# in <-> ing +IN_ING=True +# u <-> ou +U_OU=False +# uan <-> uang +UAN_UANG=False +# c <-> ch +C_CH=False +# f <-> h +F_H=False +# l <-> n +L_N=False +# s <-> sh +S_SH=False +# z <-> zh +Z_ZH=False + |