From 84126801a83cb15f0f4a5722efd47e61a3c52451 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Wed, 23 Apr 2025 16:52:33 +0000 Subject: [PATCH] deploy: 6d1f834ca63700604a96d8c38aa8ac272d95071a --- options.xhtml | 268 +++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 243 insertions(+), 25 deletions(-) diff --git a/options.xhtml b/options.xhtml index 6bdb9e322..46bd68a74 100644 --- a/options.xhtml +++ b/options.xhtml @@ -9340,30 +9340,6 @@ list of package

Example: with pkgs; [ fcitx5-rime ]

-

Declared by:

- - -
- -<home-manager/modules/i18n/input-method/fcitx5.nix> - -
- -
- - i18n.inputMethod.fcitx5.classicUiConfig - - -
-
-

Configuration to be written to $XDG_DATA_HOME/fcitx5/conf/classicui.conf

- -

Type: -absolute path or strings concatenated with “\n”

- -

Default: -""

-

Declared by:

@@ -9391,6 +9367,248 @@ package

Example: pkgs.kdePackages.fcitx5-with-addons

+

Declared by:

+ + +
+ +<home-manager/modules/i18n/input-method/fcitx5.nix> + +
+ +
+ + i18n.inputMethod.fcitx5.ignoreUserConfig + + +
+
+

Ignore the user configures. Warning: When this is enabled, the +user config files are totally ignored and the user dict can’t be saved +and loaded.

+ +

Type: +boolean

+ +

Default: +false

+ +

Declared by:

+ + +
+ +<home-manager/modules/i18n/input-method/fcitx5.nix> + +
+
+
+ + i18n.inputMethod.fcitx5.quickPhrase + + +
+
+

Quick phrases.

+ +

Type: +attribute set of string

+ +

Default: +{ }

+ +

Example:

{
+  smile = "(・∀・)";
+  angry = "( ̄ー ̄)";
+}
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/i18n/input-method/fcitx5.nix> + +
+
+
+ + i18n.inputMethod.fcitx5.quickPhraseFiles + + +
+
+

Quick phrase files.

+ +

Type: +attribute set of absolute path

+ +

Default: +{ }

+ +

Example:

{
+  words = ./words.mb;
+  numbers = ./numbers.mb;
+}
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/i18n/input-method/fcitx5.nix> + +
+
+
+ + i18n.inputMethod.fcitx5.settings.addons + + +
+
+

The addon configures in conf folder in ini format with global sections. +Each item is written to the corresponding file.

+ +

Type: +attribute set of (submodule)

+ +

Default: +{ }

+ +

Example:

{
+  classicui.globalSection.Theme = "example";
+  pinyin.globalSection.EmojiEnabled = "True";
+}
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/i18n/input-method/fcitx5.nix> + +
+
+
+ + i18n.inputMethod.fcitx5.settings.addons.<name>.globalSection + + +
+
+

global section of an INI file (attrs of INI atom (null, bool, int, float or string))

+ +

Type: +section of an INI file (attrs of INI atom (null, bool, int, float or string))

+ +

Default: +{ }

+ +

Declared by:

+ + +
+ +<home-manager/modules/i18n/input-method/fcitx5.nix> + +
+
+
+ + i18n.inputMethod.fcitx5.settings.addons.<name>.sections + + +
+
+

attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))

+ +

Type: +attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))

+ +

Default: +{ }

+ +

Declared by:

+ + +
+ +<home-manager/modules/i18n/input-method/fcitx5.nix> + +
+
+
+ + i18n.inputMethod.fcitx5.settings.globalOptions + + +
+
+

The global options in config file in ini format.

+ +

Type: +attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))

+ +

Default: +{ }

+ +

Example:

{
+  Behavior = {
+    ActiveByDefault = false;
+  };
+  Hotkey = {
+    EnumerateWithTriggerKeys = true;
+    EnumerateSkipFirst = false;
+    ModifierOnlyKeyTimeout = 250;
+  };
+}
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/i18n/input-method/fcitx5.nix> + +
+
+
+ + i18n.inputMethod.fcitx5.settings.inputMethod + + +
+
+

The input method configure in profile file in ini format.

+ +

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";
+}
+
+
+

Declared by:

@@ -9486,7 +9704,7 @@ null or absolute path

for more information.

Type: -null or strings concatenated with “\n” or absolute path

+null or (attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))) or strings concatenated with “\n” or absolute path

Default: null