From 20ac2e8e33934c92a0d1f8356b45aaeed43091ed Mon Sep 17 00:00:00 2001 From: khaneliman Date: Thu, 13 Mar 2025 14:02:58 +0000 Subject: [PATCH] deploy: 6576167e6b3f2b5c60e48b62f792410bd3b4824c --- options.xhtml | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) 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