diff --git a/options.xhtml b/options.xhtml index f1b6ca056..2435ce827 100644 --- a/options.xhtml +++ b/options.xhtml @@ -71571,6 +71571,93 @@ package

+
+ + services.macos-remap-keys.enable + + +
+
+

Whether to enable macOS key remapping service.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/macos-remap-keys> + +
+
+
+ + services.macos-remap-keys.keyboard + + +
+
+

Mapping of keyboard keys to remap

+ +

Type: +attribute set of string

+ +

Default: +{ }

+ +

Example:

{
+  Capslock = "Escape";
+  SquareBracketOpen = "SquareBracketClose";
+}
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/services/macos-remap-keys> + +
+
+
+ + services.macos-remap-keys.keypad + + +
+
+

Mapping of keypad keys to remap

+ +

Type: +attribute set of string

+ +

Default: +{ }

+ +

Example:

{
+  Enter = "Equal";
+  Plus = "Minus";
+}
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/services/macos-remap-keys> + +
+
services.mako.enable