[fcitx5] add config

This commit is contained in:
odrling 2023-11-05 13:52:00 +01:00
parent 3cf5471565
commit 178239c506
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75
7 changed files with 3836 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,3 @@
# Hidden Notifications
HiddenNotifications=

View file

@ -0,0 +1,31 @@
# Rule
Rule=default
# Punctuation Style
PunctuationStyle=Japanese
# Initial Input Mode
InitialInputMode=Hiragana
# Page size
PageSize=7
# Candidate Layout
Candidate Layout=Vertical
# Return-key does not insert new line on commit
EggLikeNewLine=False
# Show Annotation
ShowAnnotation=True
# Candidate Key
CandidateChooseKey="Digit (0,1,2,...)"
# Number candidate of Triggers To Show Candidate Window
NTriggersToShowCandWin=4
[CandidatesPageUpKey]
0=Page_Up
[CandidatesPageDownKey]
0=Next
[CursorUp]
0=Up
[CursorDown]
0=Down

View file

@ -0,0 +1,6 @@
[TriggerKey]
0=Control+Shift+U
[DirectUnicodeMode]
0=Control+Alt+U

79
.config/fcitx5/config Normal file
View file

@ -0,0 +1,79 @@
[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
[Hotkey/TriggerKeys]
0=Control+space
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
# 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

29
.config/fcitx5/profile Normal file
View file

@ -0,0 +1,29 @@
[Groups/0]
# Group Name
Name="Group 2"
# Layout
Default Layout=fr
# Default Input Method
DefaultIM=keyboard-gb
[Groups/0/Items/0]
# Name
Name=keyboard-fr
# Layout
Layout=
[Groups/0/Items/1]
# Name
Name=keyboard-gb
# Layout
Layout=
[Groups/0/Items/2]
# Name
Name=skk
# Layout
Layout=
[GroupOrder]
0="Group 2"

3
.gitignore vendored
View file

@ -220,3 +220,6 @@ Cache
# kanshi
!/.config/kanshi
# fcitx5
!/.config/fcitx5