ahk_x11

ahk_x11 1.0.7

AutoHotkey for X11

https://phil294.github.io/AHK_X11
GNU General Public License v2.0 or later
main program: ahk_x11programs: ahk_x11
Platforms (24)
aarch64-linuxarc-linuxm68k-linuxsh4-linuxmicroblazeel-linuxpowerpc64-linuxloongarch64-linuxx86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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