diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-21 01:33:06 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-21 01:33:06 -0700 |
commit | 3f329fcb22170bd233eac5594f9985837a0e7da8 (patch) | |
tree | be8bdfe016616b7998f4b066dbe6317b496cee9c /home/xyz/.config/fcitx5/conf | |
parent | 067deda6705ae7a86d849c4a3223e1774e77e06e (diff) |
add more changed fcitx5 configs
Diffstat (limited to 'home/xyz/.config/fcitx5/conf')
-rw-r--r-- | home/xyz/.config/fcitx5/conf/chttrans.conf | 12 | ||||
-rw-r--r-- | home/xyz/.config/fcitx5/conf/pinyin.conf | 111 |
2 files changed, 123 insertions, 0 deletions
diff --git a/home/xyz/.config/fcitx5/conf/chttrans.conf b/home/xyz/.config/fcitx5/conf/chttrans.conf new file mode 100644 index 00000000..cb546117 --- /dev/null +++ b/home/xyz/.config/fcitx5/conf/chttrans.conf @@ -0,0 +1,12 @@ +# Translate engine +Engine=Native +# Enabled Input Methods +EnabledIM= +# OpenCC profile for Simplified to Traditional +OpenCCS2TProfile= +# OpenCC profile for Traditional to Simplified +OpenCCT2SProfile= + +[Hotkey] +0=Control+Shift+F + 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 + |