evbindkeys 0.1.0

Like XBindKeys but without the X and per device
1
2
3
4
5
6
7
8
9
10
11
[[devices]]
file = "/dev/input/by-id/example-event-kbd"
exclusive = true

[[devices.bindings]]
key = "KEY_3"
on_key_down = "pamixer -i 10"

[[devices.bindings]]
key = "KEY_6"
on_key_down = "pamixer -d 10"