1st dotfiles commit
This commit is contained in:
parent
39c99549d0
commit
a57c4c068f
31 changed files with 8636 additions and 0 deletions
83
fcitx5/config
Normal file
83
fcitx5/config
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
[Hotkey]
|
||||
# Énumérer lorsque vous appuyez plusieurs fois sur la touche de déclenchement
|
||||
EnumerateWithTriggerKeys=True
|
||||
# Énumérer la méthode d'entrée vers l'avant
|
||||
EnumerateForwardKeys=
|
||||
# Énumérer la méthode d'entrée vers l'arrière
|
||||
EnumerateBackwardKeys=
|
||||
# Ignorer la première méthode de saisie lors de l'énumération
|
||||
EnumerateSkipFirst=False
|
||||
# Time limit in milliseconds for triggering modifier key shortcuts
|
||||
ModifierOnlyKeyTimeout=250
|
||||
|
||||
[Hotkey/TriggerKeys]
|
||||
0=Control+space
|
||||
1=Zenkaku_Hankaku
|
||||
2=Hangul
|
||||
|
||||
[Hotkey/AltTriggerKeys]
|
||||
0=Shift_L
|
||||
|
||||
[Hotkey/EnumerateGroupForwardKeys]
|
||||
0=Alt+Tab
|
||||
|
||||
[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]
|
||||
# Actif par défaut
|
||||
ActiveByDefault=False
|
||||
# Reset state on Focus In
|
||||
resetStateWhenFocusIn=No
|
||||
# Partager l'état de l'entrée
|
||||
ShareInputState=No
|
||||
# Afficher la pré-édition dans l'application
|
||||
PreeditEnabledByDefault=True
|
||||
# Afficher les informations sur la méthode d'entrée lors du changement de méthode d'entrée
|
||||
ShowInputMethodInformation=True
|
||||
# Afficher les informations sur la méthode d'entrée lors du changement de focus
|
||||
showInputMethodInformationWhenFocusIn=False
|
||||
# Afficher les informations sur la méthode d'entrée compacte
|
||||
CompactInputMethodInformation=True
|
||||
# Afficher les informations de la première méthode d'entrée
|
||||
ShowFirstInputMethodInformation=True
|
||||
# Taille de page par défaut
|
||||
DefaultPageSize=5
|
||||
# Ignorer l'option Xkb
|
||||
OverrideXkbOption=False
|
||||
# Option Xkb personnalisée
|
||||
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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue