diff options
Diffstat (limited to 'home/xyz/.config/fcitx5/conf')
| -rw-r--r-- | home/xyz/.config/fcitx5/conf/pinyin.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/home/xyz/.config/fcitx5/conf/pinyin.conf b/home/xyz/.config/fcitx5/conf/pinyin.conf index 9591a4a1..1cf434ab 100644 --- a/home/xyz/.config/fcitx5/conf/pinyin.conf +++ b/home/xyz/.config/fcitx5/conf/pinyin.conf @@ -44,6 +44,8 @@ SecondCandidate= ThirdCandidate= # Use Keypad as Selection key UseKeypadAsSelection=False +# Choose Last Character from Phrase +ChooseLastCharFromPhrase=bracketright # Use BackSpace to cancel the selection BackSpaceToUnselect=True # Number of Sentences @@ -99,7 +101,7 @@ FirstRun=False [QuickPhraseTriggerRegex] 0=.(/|@)$ -1=^(www|bbs|forum|mail|bbs)\\. +1="^(www|bbs|forum|mail|bbs)\\\\." 2=^(http|https|ftp|telnet|mailto): [Fuzzy] @@ -107,6 +109,8 @@ FirstRun=False VE_UE=True # Common Typo NG_GN=True +# Match Letter in lower case +LowerCaseMatchLetter=True # Inner Segment (xian -> xi'an) Inner=True # Inner Segment for Short Pinyin (qie -> qi'e) |
