blob: a85ef48393a66fe95e7c8a7ca273cea6509347ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
[Pinyin Enhance]
# Treating abbreviated Pinyin as English
# Available Value:
# True False
#ShortAsEnglish=False
# Allow replacing the first candidate
# Available Value:
# True False
#AllowReplaceFirst=True
# Do not show spell hint
# Available Value:
# True False
#DisableSpell=False
# Maximum hint length
#MaximumHintLength=1
# Hotkey for Inputing Character From Phrase
#InputCharFromPhraseString=[]
# Hotkey for switching to Inputing Character From Phrase mode
#InputCharFromPhraseKey=
# Disable Pinyin Symbol
# Available Value:
# True False
#DisableSym=False
# Stroke input trigger length
#StrokeThresh=2
# Maximum results from stroke input.
#StrokeLimit=3
|