diff --git a/home/default/.config/fcitx5/conf/pinyin.conf b/home/default/.config/fcitx5/conf/pinyin.conf index 878d98c..ab657ec 100644 --- a/home/default/.config/fcitx5/conf/pinyin.conf +++ b/home/default/.config/fcitx5/conf/pinyin.conf @@ -2,19 +2,21 @@ ShuangpinProfile=Ziranma # Show current shuangpin mode ShowShuangpinMode=True -# Page size +# Candidates Per Page PageSize=7 -# Enable Spell +# Show English Candidates SpellEnabled=True -# Enable Symbols +# Show symbol candidates SymbolsEnabled=True -# Enable Chaizi +# Show Chaizi candidates ChaiziEnabled=True -# Enable Characters in Unicode CJK Extension B +# Enable more Characters after Unicode CJK Extension B ExtBEnabled=True +# Show stroke candidates when typing with h(一), s(丨), p(丿), n(㇏), z(𠃍) +StrokeCandidateEnabled=True # Enable Cloud Pinyin CloudPinyinEnabled=True -# Cloud Pinyin Index +# Cloud Pinyin Candidate Order CloudPinyinIndex=1 # Show animation when Cloud Pinyin is loading CloudPinyinAnimation=True @@ -28,13 +30,17 @@ PreeditCursorPositionAtBeginning=True PinyinInPreedit=False # Enable Prediction Prediction=False -# Prediction Size +# Keep the current typed text for next input prediction +KeepCurrentContext=True +# Number of Predictions PredictionSize=10 +# Backspace behavior on prediction +BackspaceBehaviorOnPrediction="Backspace when not using on-screen keyboard" # Action when switching input method SwitchInputMethodBehavior="Commit current preedit" -# Select 2nd Candidate +# Select Second Candidate SecondCandidate= -# Select 3rd Candidate +# Select Third Candidate ThirdCandidate= # Use Keypad as Selection key UseKeypadAsSelection=False @@ -42,6 +48,8 @@ UseKeypadAsSelection=False BackSpaceToUnselect=True # Number of Sentences Number of sentence=2 +# Number of Phrase Candidates +WordCandidateLimit=15 # Prompt long word length when input length over (0 for disable) LongWordLengthLimit=4 # Key to trigger quickphrase @@ -129,6 +137,8 @@ C_CH=False F_H=False # l <-> n L_N=False +# l <-> r +L_R=False # s <-> sh S_SH=False # z <-> zh diff --git a/home/default/.config/kanshi/config b/home/default/.config/kanshi/config index 892cd99..4f6f149 100644 --- a/home/default/.config/kanshi/config +++ b/home/default/.config/kanshi/config @@ -6,3 +6,8 @@ profile { profile { 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 +}