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.keynav.enable

Whether to enable keynav.

Type: boolean

Default:

false

Example:

true

Declared by:

services.keynav.package

The keynav package to use.

Type: package

Default:

pkgs.keynav

Declared by:

services.keynav.settings

Configuration for keynav written to $XDG_CONFIG_HOME/keynav/keynavrc. Each attribute name is a key binding and the value is the action. See https://github.com/jordansissel/keynav/blob/master/keynav.pod for available bindings and actions.

Type: attribute set of (atom (null, bool, int, float or string))

Default:

{ }

Example:

{
  "2" = "doubleclick,end";
  "4" = "click 4";
  "5" = "click 5";
}

Declared by: