Skip to content

Commit 33cfaae

Browse files
Add configuration files for Fcitx5 input method, including key mappings and profile settings.
1 parent b7e5208 commit 33cfaae

3 files changed

Lines changed: 99 additions & 0 deletions

File tree

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
[Hotkey]
2+
# Enumerate when press trigger key repeatedly
3+
EnumerateWithTriggerKeys=True
4+
# Enumerate Input Method Forward
5+
EnumerateForwardKeys=
6+
# Enumerate Input Method Backward
7+
EnumerateBackwardKeys=
8+
# Skip first input method while enumerating
9+
EnumerateSkipFirst=False
10+
11+
[Hotkey/TriggerKeys]
12+
0=Hyper_L
13+
14+
[Hotkey/AltTriggerKeys]
15+
0=Shift+Shift_R
16+
17+
[Hotkey/EnumerateGroupForwardKeys]
18+
0=Super+space
19+
20+
[Hotkey/EnumerateGroupBackwardKeys]
21+
0=Shift+Super+space
22+
23+
[Hotkey/ActivateKeys]
24+
0=Hangul_Hanja
25+
26+
[Hotkey/DeactivateKeys]
27+
0=Hangul_Romaja
28+
29+
[Hotkey/PrevPage]
30+
0=Up
31+
32+
[Hotkey/NextPage]
33+
0=Down
34+
35+
[Hotkey/PrevCandidate]
36+
0=Shift+Tab
37+
38+
[Hotkey/NextCandidate]
39+
0=Tab
40+
41+
[Hotkey/TogglePreedit]
42+
0=Control+Alt+P
43+
44+
[Behavior]
45+
# Active By Default
46+
ActiveByDefault=True
47+
# Share Input State
48+
ShareInputState=No
49+
# Show preedit in application
50+
PreeditEnabledByDefault=True
51+
# Show Input Method Information when switch input method
52+
ShowInputMethodInformation=True
53+
# Show Input Method Information when changing focus
54+
showInputMethodInformationWhenFocusIn=False
55+
# Show compact input method information
56+
CompactInputMethodInformation=True
57+
# Show first input method information
58+
ShowFirstInputMethodInformation=True
59+
# Default page size
60+
DefaultPageSize=8
61+
# Override Xkb Option
62+
OverrideXkbOption=False
63+
# Custom Xkb Option
64+
CustomXkbOption=
65+
# Force Enabled Addons
66+
EnabledAddons=
67+
# Force Disabled Addons
68+
DisabledAddons=
69+
# Preload input method to be used by default
70+
PreloadInputMethod=True
71+
# Allow input method in the password field
72+
AllowInputMethodForPassword=False
73+
# Show preedit text when typing password
74+
ShowPreeditForPassword=False
75+
# Interval of saving user data in minutes
76+
AutoSavePeriod=30
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[Groups/0]
2+
# Group Name
3+
Name=Default
4+
# Layout
5+
Default Layout=us
6+
# Default Input Method
7+
DefaultIM=pinyin
8+
9+
[Groups/0/Items/0]
10+
# Name
11+
Name=keyboard-us
12+
# Layout
13+
Layout=
14+
15+
[Groups/0/Items/1]
16+
# Name
17+
Name=pinyin
18+
# Layout
19+
Layout=
20+
21+
[GroupOrder]
22+
0=Default

lab-ubuntu/fcitx5/.xprofile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
setxkbmap -option caps:hyper

0 commit comments

Comments
 (0)