diff options
author | Alex Auvolat <alex@adnab.me> | 2023-11-25 17:16:54 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-11-25 17:16:54 +0100 |
commit | 1ffdbf90fb18b2268b6cd2bbd0ff13b87ce78381 (patch) | |
tree | 32219aea9790ed900a676789d88443c906a58a5f /fcitx5/profile | |
parent | 4221ef11fe8b0993f420954a76e2c37db2b1df56 (diff) | |
download | user-config-1ffdbf90fb18b2268b6cd2bbd0ff13b87ce78381.tar.gz user-config-1ffdbf90fb18b2268b6cd2bbd0ff13b87ce78381.zip |
configure japanese input method using fcitx5
Diffstat (limited to 'fcitx5/profile')
-rw-r--r-- | fcitx5/profile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/fcitx5/profile b/fcitx5/profile new file mode 100644 index 0000000..5d6901e --- /dev/null +++ b/fcitx5/profile @@ -0,0 +1,38 @@ +[Groups/0] +# Group Name +Name="Group 2" +# Layout +Default Layout=us +# Default Input Method +DefaultIM=keyboard-us + +[Groups/0/Items/0] +# Name +Name=keyboard-us +# Layout +Layout= + +[Groups/1] +# Group Name +Name="Group 1" +# Layout +Default Layout=fr-custom-lx +# Default Input Method +DefaultIM=mozc + +[Groups/1/Items/0] +# Name +Name=keyboard-fr-custom-lx +# Layout +Layout= + +[Groups/1/Items/1] +# Name +Name=mozc +# Layout +Layout= + +[GroupOrder] +0="Group 1" +1="Group 2" + |