MyNixOS website logo
option

i18n.inputMethod.fcitx5.settings.inputMethod

The input method configure in profile file in ini format.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  GroupOrder."0" = "Default";
  "Groups/0" = {
    Name = "Default";
    "Default Layout" = "us";
    DefaultIM = "pinyin";
  };
  "Groups/0/Items/0".Name = "keyboard-us";
  "Groups/0/Items/1".Name = "pinyin";
}
Sign in to create a configuration using this setting.