2
This commit is contained in:
150
gnome-dotfiles/.config/fcitx5/conf/pinyin.conf
Normal file
150
gnome-dotfiles/.config/fcitx5/conf/pinyin.conf
Normal file
@ -0,0 +1,150 @@
|
||||
# 双拼方案
|
||||
ShuangpinProfile=Ziranma
|
||||
# 显示当前双拼模式
|
||||
ShowShuangpinMode=True
|
||||
# 每页候选词
|
||||
PageSize=5
|
||||
# 显示英文候选词
|
||||
SpellEnabled=True
|
||||
# 显示符号候选词
|
||||
SymbolsEnabled=True
|
||||
# 显示拆字候选词
|
||||
ChaiziEnabled=True
|
||||
# 启用 Unicode CJK 拓展区 B 之后的更多字符
|
||||
ExtBEnabled=True
|
||||
# 输入 h(横),s(竖),p(撇),n(捺),z(折) 时显示笔画候选词
|
||||
StrokeCandidateEnabled=True
|
||||
# 启用云拼音
|
||||
CloudPinyinEnabled=True
|
||||
# 云拼音候选词顺序
|
||||
CloudPinyinIndex=2
|
||||
# 加载云拼音的时候显示动画
|
||||
CloudPinyinAnimation=True
|
||||
# 总是显示云拼音的占位符
|
||||
KeepCloudPinyinPlaceHolder=False
|
||||
# 预编辑模式
|
||||
PreeditMode="Composing pinyin"
|
||||
# 将嵌入预编辑文本的光标固定在开头
|
||||
PreeditCursorPositionAtBeginning=True
|
||||
# 在预编辑中显示完整拼音
|
||||
PinyinInPreedit=False
|
||||
# 启用预测
|
||||
Prediction=False
|
||||
# Keep the current typed text for next input prediction
|
||||
KeepCurrentContext=True
|
||||
# 预测数量
|
||||
PredictionSize=49
|
||||
# 预测时退格键的行为
|
||||
BackspaceBehaviorOnPrediction="Backspace when not using on-screen keyboard"
|
||||
# 切换输入法时的行为
|
||||
SwitchInputMethodBehavior="Commit current preedit"
|
||||
# 选择第二个候选词
|
||||
SecondCandidate=
|
||||
# 选择第三个候选词
|
||||
ThirdCandidate=
|
||||
# 使用数字键盘选词
|
||||
UseKeypadAsSelection=False
|
||||
# 使用退格键取消选词
|
||||
BackSpaceToUnselect=True
|
||||
# 句子数量
|
||||
Number of sentence=2
|
||||
# 词组候选词数
|
||||
WordCandidateLimit=15
|
||||
# 输入长于...时提示长词 (设置为 0 时禁用)
|
||||
LongWordLengthLimit=4
|
||||
# 快速输入的触发键
|
||||
QuickPhraseKey=semicolon
|
||||
# 使用 V 来触发快速输入
|
||||
VAsQuickphrase=True
|
||||
# FirstRun
|
||||
FirstRun=False
|
||||
|
||||
[ForgetWord]
|
||||
0=Control+7
|
||||
|
||||
[PrevPage]
|
||||
0=minus
|
||||
1=Up
|
||||
2=KP_Up
|
||||
3=Page_Up
|
||||
|
||||
[NextPage]
|
||||
0=equal
|
||||
1=Down
|
||||
2=KP_Down
|
||||
3=Next
|
||||
|
||||
[PrevCandidate]
|
||||
0=Shift+Tab
|
||||
|
||||
[NextCandidate]
|
||||
0=Tab
|
||||
|
||||
[CurrentCandidate]
|
||||
0=space
|
||||
1=KP_Space
|
||||
|
||||
[CommitRawInput]
|
||||
0=Return
|
||||
1=KP_Enter
|
||||
2=Control+Return
|
||||
3=Control+KP_Enter
|
||||
4=Shift+Return
|
||||
5=Shift+KP_Enter
|
||||
6=Control+Shift+Return
|
||||
7=Control+Shift+KP_Enter
|
||||
|
||||
[ChooseCharFromPhrase]
|
||||
0=bracketleft
|
||||
1=bracketright
|
||||
|
||||
[FilterByStroke]
|
||||
0=grave
|
||||
|
||||
[QuickPhraseTriggerRegex]
|
||||
0=.(/|@)$
|
||||
1=^(www|bbs|forum|mail|bbs)\\.
|
||||
2=^(http|https|ftp|telnet|mailto):
|
||||
|
||||
[Fuzzy]
|
||||
# ue -> ve
|
||||
VE_UE=True
|
||||
# 常见错误
|
||||
NG_GN=True
|
||||
# 内模糊音节 (xian -> xi'an)
|
||||
Inner=True
|
||||
# 短拼音的内模糊音节 (qie -> qi'e)
|
||||
InnerShort=True
|
||||
# 匹配不完整的元音 (e -> en, eng, ei)
|
||||
PartialFinal=True
|
||||
# 输入长度大于 4 时进行部分双拼匹配
|
||||
PartialSp=False
|
||||
# u <-> v
|
||||
V_U=False
|
||||
# an <-> ang
|
||||
AN_ANG=False
|
||||
# en <-> eng
|
||||
EN_ENG=False
|
||||
# ian <-> iang
|
||||
IAN_IANG=False
|
||||
# in <-> ing
|
||||
IN_ING=False
|
||||
# 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
|
||||
# l <-> r
|
||||
L_R=False
|
||||
# s <-> sh
|
||||
S_SH=False
|
||||
# z <-> zh
|
||||
Z_ZH=False
|
||||
# 纠错布局
|
||||
Correction=None
|
||||
|
||||
Reference in New Issue
Block a user