Hyprland icon indicating copy to clipboard operation
Hyprland copied to clipboard

[Feature]: Binding keys to specific devices

Open Euro20179 opened this issue 1 year ago • 1 comments

It would be cool if each device could have binds specifically for that device. In the config file it would look something like this:

device:some-device {
    bind=SUPER,w,exec,notify-send "pressed w with <some-device>"
}

Another solution, would be to be able to interact with key presses in a script. maybe hyprland can write keypresses (with the device that caused it) to the event socket, or a special one specifically for key presses.

Euro20179 avatar Jan 26 '23 22:01 Euro20179