mirror of
https://github.com/Dichgrem/dotfiles.git
synced 2025-08-02 01:39:32 -04:00
update:fcitx5
This commit is contained in:
3710
fcitx5/conf/cached_layouts
Normal file
3710
fcitx5/conf/cached_layouts
Normal file
File diff suppressed because it is too large
Load Diff
3
fcitx5/conf/notifications.conf
Normal file
3
fcitx5/conf/notifications.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[HiddenNotifications]
|
||||||
|
0=fcitx-rime-deploy
|
||||||
|
|
140
fcitx5/conf/pinyin.conf
Normal file
140
fcitx5/conf/pinyin.conf
Normal file
@ -0,0 +1,140 @@
|
|||||||
|
# Shuangpin Profile
|
||||||
|
ShuangpinProfile=Ziranma
|
||||||
|
# Show current shuangpin mode
|
||||||
|
ShowShuangpinMode=True
|
||||||
|
# Page size
|
||||||
|
PageSize=7
|
||||||
|
# Enable Spell
|
||||||
|
SpellEnabled=True
|
||||||
|
# Enable Symbols
|
||||||
|
SymbolsEnabled=True
|
||||||
|
# Enable Chaizi
|
||||||
|
ChaiziEnabled=True
|
||||||
|
# Enable Characters in Unicode CJK Extension B
|
||||||
|
ExtBEnabled=True
|
||||||
|
# Enable Cloud Pinyin
|
||||||
|
CloudPinyinEnabled=False
|
||||||
|
# Cloud Pinyin Index
|
||||||
|
CloudPinyinIndex=2
|
||||||
|
# Show animation when Cloud Pinyin is loading
|
||||||
|
CloudPinyinAnimation=True
|
||||||
|
# Always show Cloud Pinyin place holder
|
||||||
|
KeepCloudPinyinPlaceHolder=False
|
||||||
|
# Preedit Mode
|
||||||
|
PreeditMode="Composing pinyin"
|
||||||
|
# Fix embedded preedit cursor at the beginning of the preedit
|
||||||
|
PreeditCursorPositionAtBeginning=True
|
||||||
|
# Show complete pinyin in preedit
|
||||||
|
PinyinInPreedit=False
|
||||||
|
# Enable Prediction
|
||||||
|
Prediction=False
|
||||||
|
# Prediction Size
|
||||||
|
PredictionSize=49
|
||||||
|
# Action when switching input method
|
||||||
|
SwitchInputMethodBehavior="Commit current preedit"
|
||||||
|
# Select 2nd Candidate
|
||||||
|
SecondCandidate=
|
||||||
|
# Select 3rd Candidate
|
||||||
|
ThirdCandidate=
|
||||||
|
# Use Keypad as Selection key
|
||||||
|
UseKeypadAsSelection=False
|
||||||
|
# Use BackSpace to cancel the selection
|
||||||
|
BackSpaceToUnselect=True
|
||||||
|
# Number of Sentences
|
||||||
|
Number of sentence=2
|
||||||
|
# Prompt long word length when input length over (0 for disable)
|
||||||
|
LongWordLengthLimit=4
|
||||||
|
# Key to trigger quickphrase
|
||||||
|
QuickPhraseKey=semicolon
|
||||||
|
# Use V to trigger quickphrase
|
||||||
|
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
|
||||||
|
# Common Typo
|
||||||
|
NG_GN=True
|
||||||
|
# Inner Segment (xian -> xi'an)
|
||||||
|
Inner=True
|
||||||
|
# Inner Segment for Short Pinyin (qie -> qi'e)
|
||||||
|
InnerShort=True
|
||||||
|
# Match partial finals (e -> en, eng, ei)
|
||||||
|
PartialFinal=True
|
||||||
|
# Match partial shuangpin if input length is longer than 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
|
||||||
|
# s <-> sh
|
||||||
|
S_SH=False
|
||||||
|
# z <-> zh
|
||||||
|
Z_ZH=False
|
||||||
|
# Correction Layout
|
||||||
|
Correction=None
|
||||||
|
|
10
fcitx5/conf/punctuation.conf
Normal file
10
fcitx5/conf/punctuation.conf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Half width punctuation after latin letter or number
|
||||||
|
HalfWidthPuncAfterLetterOrNumber=True
|
||||||
|
# Type paired punctuations together (e.g. Quote)
|
||||||
|
TypePairedPunctuationsTogether=False
|
||||||
|
# Enabled
|
||||||
|
Enabled=True
|
||||||
|
|
||||||
|
[Hotkey]
|
||||||
|
0=Control+period
|
||||||
|
|
13
fcitx5/conf/rime.conf
Normal file
13
fcitx5/conf/rime.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Preedit Mode
|
||||||
|
PreeditMode="Composing text"
|
||||||
|
# Shared Input State
|
||||||
|
InputState=All
|
||||||
|
# Fix embedded preedit cursor at the beginning of the preedit
|
||||||
|
PreeditCursorPositionAtBeginning=True
|
||||||
|
# Action when switching input method
|
||||||
|
SwitchInputMethodBehavior="Commit commit preview"
|
||||||
|
# Deploy
|
||||||
|
Deploy=
|
||||||
|
# Synchronize
|
||||||
|
Synchronize=
|
||||||
|
|
83
fcitx5/config
Normal file
83
fcitx5/config
Normal file
@ -0,0 +1,83 @@
|
|||||||
|
[Hotkey]
|
||||||
|
# Enumerate when press trigger key repeatedly
|
||||||
|
EnumerateWithTriggerKeys=True
|
||||||
|
# Enumerate Input Method Forward
|
||||||
|
EnumerateForwardKeys=
|
||||||
|
# Enumerate Input Method Backward
|
||||||
|
EnumerateBackwardKeys=
|
||||||
|
# Skip first input method while enumerating
|
||||||
|
EnumerateSkipFirst=False
|
||||||
|
# Time limit in milliseconds for triggering modifier key shortcuts
|
||||||
|
ModifierOnlyKeyTimeout=250
|
||||||
|
|
||||||
|
[Hotkey/TriggerKeys]
|
||||||
|
0=Control+Shift+Shift_L
|
||||||
|
1=Zenkaku_Hankaku
|
||||||
|
2=Hangul
|
||||||
|
|
||||||
|
[Hotkey/AltTriggerKeys]
|
||||||
|
0=Shift_L
|
||||||
|
|
||||||
|
[Hotkey/EnumerateGroupForwardKeys]
|
||||||
|
0=Super+space
|
||||||
|
|
||||||
|
[Hotkey/EnumerateGroupBackwardKeys]
|
||||||
|
0=Shift+Super+space
|
||||||
|
|
||||||
|
[Hotkey/ActivateKeys]
|
||||||
|
0=Hangul_Hanja
|
||||||
|
|
||||||
|
[Hotkey/DeactivateKeys]
|
||||||
|
0=Hangul_Romaja
|
||||||
|
|
||||||
|
[Hotkey/PrevPage]
|
||||||
|
0=Up
|
||||||
|
|
||||||
|
[Hotkey/NextPage]
|
||||||
|
0=Down
|
||||||
|
|
||||||
|
[Hotkey/PrevCandidate]
|
||||||
|
0=Shift+Tab
|
||||||
|
|
||||||
|
[Hotkey/NextCandidate]
|
||||||
|
0=Tab
|
||||||
|
|
||||||
|
[Hotkey/TogglePreedit]
|
||||||
|
0=Control+Alt+P
|
||||||
|
|
||||||
|
[Behavior]
|
||||||
|
# Active By Default
|
||||||
|
ActiveByDefault=False
|
||||||
|
# Reset state on Focus In
|
||||||
|
resetStateWhenFocusIn=No
|
||||||
|
# Share Input State
|
||||||
|
ShareInputState=No
|
||||||
|
# Show preedit in application
|
||||||
|
PreeditEnabledByDefault=True
|
||||||
|
# Show Input Method Information when switch input method
|
||||||
|
ShowInputMethodInformation=True
|
||||||
|
# Show Input Method Information when changing focus
|
||||||
|
showInputMethodInformationWhenFocusIn=False
|
||||||
|
# Show compact input method information
|
||||||
|
CompactInputMethodInformation=True
|
||||||
|
# Show first input method information
|
||||||
|
ShowFirstInputMethodInformation=True
|
||||||
|
# Default page size
|
||||||
|
DefaultPageSize=5
|
||||||
|
# Override Xkb Option
|
||||||
|
OverrideXkbOption=False
|
||||||
|
# Custom Xkb Option
|
||||||
|
CustomXkbOption=
|
||||||
|
# Force Enabled Addons
|
||||||
|
EnabledAddons=
|
||||||
|
# Force Disabled Addons
|
||||||
|
DisabledAddons=
|
||||||
|
# Preload input method to be used by default
|
||||||
|
PreloadInputMethod=True
|
||||||
|
# Allow input method in the password field
|
||||||
|
AllowInputMethodForPassword=False
|
||||||
|
# Show preedit text when typing password
|
||||||
|
ShowPreeditForPassword=False
|
||||||
|
# Interval of saving user data in minutes
|
||||||
|
AutoSavePeriod=30
|
||||||
|
|
23
fcitx5/profile
Normal file
23
fcitx5/profile
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
[Groups/0]
|
||||||
|
# Group Name
|
||||||
|
Name=Default
|
||||||
|
# Layout
|
||||||
|
Default Layout=us
|
||||||
|
# Default Input Method
|
||||||
|
DefaultIM=rime
|
||||||
|
|
||||||
|
[Groups/0/Items/0]
|
||||||
|
# Name
|
||||||
|
Name=keyboard-us
|
||||||
|
# Layout
|
||||||
|
Layout=
|
||||||
|
|
||||||
|
[Groups/0/Items/1]
|
||||||
|
# Name
|
||||||
|
Name=rime
|
||||||
|
# Layout
|
||||||
|
Layout=
|
||||||
|
|
||||||
|
[GroupOrder]
|
||||||
|
0=Default
|
||||||
|
|
Reference in New Issue
Block a user