You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm reserving button B on my usb controller to work as a mod key for combos, like b + stick, or b + pad-down, etc. But I'm wondering if it's possible to also map when I simply tap B by itself. I want to map it to key(KEY_ESC). I tried if_tap, and if_single. The thing is that it won't allow the injection at all on single button B, I guess because of the other combos.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm reserving button B on my usb controller to work as a mod key for combos, like b + stick, or b + pad-down, etc. But I'm wondering if it's possible to also map when I simply tap B by itself. I want to map it to key(KEY_ESC). I tried if_tap, and if_single. The thing is that it won't allow the injection at all on single button B, I guess because of the other combos.
Beta Was this translation helpful? Give feedback.
All reactions