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)
sh4-linuxi686-linuxaarch64-linuxarmv7l-linuxarmv7a-linuxmicroblaze-linuxmips64el-linuxloongarch64-linux
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