Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

services.macos-remap-keys.enable

Whether to enable macOS key remapping service.

Type: boolean

Default:

false

Example:

true

Declared by:

services.macos-remap-keys.keyboard

Mapping of keyboard keys to remap

Type: attribute set of string

Default:

{ }

Example:

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

Declared by:

services.macos-remap-keys.keypad

Mapping of keypad keys to remap

Type: attribute set of string

Default:

{ }

Example:

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

Declared by: