forked from extern/nix-config
c2d8ec78cc
I've used fcitx for a while but never committed my actual config for it. Note that this config is relatively old, and I'll be updating it with a new commit to make seeing the changes easier relatively soon.
39 lines
431 B
Bash
39 lines
431 B
Bash
[Groups/0]
|
|
# Group Name
|
|
Name="Group 1"
|
|
# 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/1]
|
|
# Group Name
|
|
Name="Group 2"
|
|
# Layout
|
|
Default Layout=jp
|
|
# Default Input Method
|
|
DefaultIM=keyboard-jp
|
|
|
|
[Groups/1/Items/0]
|
|
# Name
|
|
Name=keyboard-jp
|
|
# Layout
|
|
Layout=
|
|
|
|
[GroupOrder]
|
|
0="Group 1"
|
|
1="Group 2"
|
|
|