actkbd

actkbd 0.2.8

Keyboard shortcut daemon

<rendered-html><p>actkbd is a simple daemon that binds actions to keyboard events directly on evdev interface (that is, no X11 required). It recognises key combinations and can handle press, repeat and release events.</p> </rendered-html>

http://users.softlab.ece.ntua.gr/~thkala/projects/actkbd/
GNU General Public License v2.0 only
main program: actkbdprograms: actkbd
Platforms (24)
mips-linuxx86_64-linuxmips64-linuxmipsel-linuxriscv32-linuxs390-linuxs390x-linuxarmv6l-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  actkbd
];
Ad-hoc shell
nix-shell -p actkbd
Flake (nix run)
nix run nixpkgs#actkbd