MyNixOS website logo

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.

Declarations
Type
attribute set of (atom (null, bool, int, float or string))
Default
{ }
Example
{
  "2" = "doubleclick,end";
  "4" = "click 4";
  "5" = "click 5";
}