add fcitx5 config
This commit is contained in:
parent
dde1082f18
commit
1990e1e047
4 changed files with 44 additions and 0 deletions
1
src/.config/fcitx5/conf/.gitignore
vendored
Normal file
1
src/.config/fcitx5/conf/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
cached_layouts
|
||||
11
src/.config/fcitx5/conf/mozc.conf
Normal file
11
src/.config/fcitx5/conf/mozc.conf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Initial Mode
|
||||
InitialMode=Hiragana
|
||||
# Vertical candidate list
|
||||
Vertical=True
|
||||
# Expand Usage (Requires vertical candidate list)
|
||||
ExpandMode="On Focus"
|
||||
# Fix embedded preedit cursor at the beginning of the preedit
|
||||
PreeditCursorPositionAtBeginning=False
|
||||
# Hotkey to expand usage
|
||||
ExpandKey=Control+Alt+H
|
||||
|
||||
3
src/.config/fcitx5/conf/notifications.conf
Normal file
3
src/.config/fcitx5/conf/notifications.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Hidden Notifications
|
||||
HiddenNotifications=
|
||||
|
||||
29
src/.config/fcitx5/profile
Normal file
29
src/.config/fcitx5/profile
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
[Groups/0]
|
||||
# Group Name
|
||||
Name=Default
|
||||
# Layout
|
||||
Default Layout=us
|
||||
# Default Input Method
|
||||
DefaultIM=mozc
|
||||
|
||||
[Groups/0/Items/0]
|
||||
# Name
|
||||
Name=keyboard-us
|
||||
# Layout
|
||||
Layout=
|
||||
|
||||
[Groups/0/Items/1]
|
||||
# Name
|
||||
Name=mozc
|
||||
# Layout
|
||||
Layout=
|
||||
|
||||
[Groups/0/Items/2]
|
||||
# Name
|
||||
Name=keyboard-tr
|
||||
# Layout
|
||||
Layout=
|
||||
|
||||
[GroupOrder]
|
||||
0=Default
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue