MyNixOS website logo
option

services.actkbd.bindings

Key bindings for actkbd.

See actkbdREADME for documentation.

The example shows a piece of what sound.mediaKeys.enable does when enabled.

Declarations
Type
list of (submodule)
Default
[ ]
Example
[ { keys = [ 113 ]; events = [ "key" ]; command = "${pkgs.alsa-utils}/bin/amixer -q set Master toggle"; }
]