xbindkeys
Associate a combination of keys or mouse buttons with a shell command
Install
- All systems
-
curl cmd.cat/xbindkeys.sh
- Debian
-
apt-get install xbindkeys
- Ubuntu
-
apt-get install xbindkeys
- Alpine
-
apk add xbindkeys
- Arch Linux
-
pacman -S xbindkeys
- Kali Linux
-
apt-get install xbindkeys
- Fedora
-
dnf install xbindkeys
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xbindkeys
- Raspbian
-
apt-get install xbindkeys
- Dockerfile
- dockerfile.run/xbindkeys
- Docker
-
docker run cmd.cat/xbindkeys xbindkeys
powered by Commando
xbindkeys
Associate a combination of keys or mouse buttons with a shell command
xbindkeys is a program that allows you to launch shell commands with your keyboard or your mouse under the X Window System. It links commands to keys or mouse buttons, using a configuration file. It's independent of the window manager and can capture all keyboard keys (ex: Power, Wake...). It optionally supports a guile-based configuration file layout, which enables you to access all xbindkeys internals, so you can have key combinations, double clicks or timed double clicks take actions. Also all functions that work in guile will work for xbindkeys.