update config
This commit is contained in:
@@ -2,19 +2,21 @@
|
|||||||
ShuangpinProfile=Ziranma
|
ShuangpinProfile=Ziranma
|
||||||
# Show current shuangpin mode
|
# Show current shuangpin mode
|
||||||
ShowShuangpinMode=True
|
ShowShuangpinMode=True
|
||||||
# Page size
|
# Candidates Per Page
|
||||||
PageSize=7
|
PageSize=7
|
||||||
# Enable Spell
|
# Show English Candidates
|
||||||
SpellEnabled=True
|
SpellEnabled=True
|
||||||
# Enable Symbols
|
# Show symbol candidates
|
||||||
SymbolsEnabled=True
|
SymbolsEnabled=True
|
||||||
# Enable Chaizi
|
# Show Chaizi candidates
|
||||||
ChaiziEnabled=True
|
ChaiziEnabled=True
|
||||||
# Enable Characters in Unicode CJK Extension B
|
# Enable more Characters after Unicode CJK Extension B
|
||||||
ExtBEnabled=True
|
ExtBEnabled=True
|
||||||
|
# Show stroke candidates when typing with h(一), s(丨), p(丿), n(㇏), z(𠃍)
|
||||||
|
StrokeCandidateEnabled=True
|
||||||
# Enable Cloud Pinyin
|
# Enable Cloud Pinyin
|
||||||
CloudPinyinEnabled=True
|
CloudPinyinEnabled=True
|
||||||
# Cloud Pinyin Index
|
# Cloud Pinyin Candidate Order
|
||||||
CloudPinyinIndex=1
|
CloudPinyinIndex=1
|
||||||
# Show animation when Cloud Pinyin is loading
|
# Show animation when Cloud Pinyin is loading
|
||||||
CloudPinyinAnimation=True
|
CloudPinyinAnimation=True
|
||||||
@@ -28,13 +30,17 @@ PreeditCursorPositionAtBeginning=True
|
|||||||
PinyinInPreedit=False
|
PinyinInPreedit=False
|
||||||
# Enable Prediction
|
# Enable Prediction
|
||||||
Prediction=False
|
Prediction=False
|
||||||
# Prediction Size
|
# Keep the current typed text for next input prediction
|
||||||
|
KeepCurrentContext=True
|
||||||
|
# Number of Predictions
|
||||||
PredictionSize=10
|
PredictionSize=10
|
||||||
|
# Backspace behavior on prediction
|
||||||
|
BackspaceBehaviorOnPrediction="Backspace when not using on-screen keyboard"
|
||||||
# Action when switching input method
|
# Action when switching input method
|
||||||
SwitchInputMethodBehavior="Commit current preedit"
|
SwitchInputMethodBehavior="Commit current preedit"
|
||||||
# Select 2nd Candidate
|
# Select Second Candidate
|
||||||
SecondCandidate=
|
SecondCandidate=
|
||||||
# Select 3rd Candidate
|
# Select Third Candidate
|
||||||
ThirdCandidate=
|
ThirdCandidate=
|
||||||
# Use Keypad as Selection key
|
# Use Keypad as Selection key
|
||||||
UseKeypadAsSelection=False
|
UseKeypadAsSelection=False
|
||||||
@@ -42,6 +48,8 @@ UseKeypadAsSelection=False
|
|||||||
BackSpaceToUnselect=True
|
BackSpaceToUnselect=True
|
||||||
# Number of Sentences
|
# Number of Sentences
|
||||||
Number of sentence=2
|
Number of sentence=2
|
||||||
|
# Number of Phrase Candidates
|
||||||
|
WordCandidateLimit=15
|
||||||
# Prompt long word length when input length over (0 for disable)
|
# Prompt long word length when input length over (0 for disable)
|
||||||
LongWordLengthLimit=4
|
LongWordLengthLimit=4
|
||||||
# Key to trigger quickphrase
|
# Key to trigger quickphrase
|
||||||
@@ -129,6 +137,8 @@ C_CH=False
|
|||||||
F_H=False
|
F_H=False
|
||||||
# l <-> n
|
# l <-> n
|
||||||
L_N=False
|
L_N=False
|
||||||
|
# l <-> r
|
||||||
|
L_R=False
|
||||||
# s <-> sh
|
# s <-> sh
|
||||||
S_SH=False
|
S_SH=False
|
||||||
# z <-> zh
|
# z <-> zh
|
||||||
|
|||||||
@@ -6,3 +6,8 @@ profile {
|
|||||||
profile {
|
profile {
|
||||||
output "BOE 0x0BCA Unknown" enable scale 1.75 position 0,0 mode 2256x1504@59.999Hz
|
output "BOE 0x0BCA Unknown" enable scale 1.75 position 0,0 mode 2256x1504@59.999Hz
|
||||||
}
|
}
|
||||||
|
|
||||||
|
profile {
|
||||||
|
output "BOE 0x0BCA Unknown" enable scale 1.75 position 0,0 mode 2256x1504@59.999Hz
|
||||||
|
output "AOC 16T15 AXT1442Z08642" enable scale 1.30 position 1289,0 mode 1920x1080@60Hz
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user