mousetrap
mousetrap copied to clipboard
Custom modifier keys?
I'm trying to implement some callbacks when 2 keys happen simultaneously, like with mod+x
, but using a specific letter, or using space.
Is there a way I can do something like a+x
in the same way I could mod+x
? Currently if I attempt this, it'll fire on every x
regardless of if a
is pressed or not.