input-remapper icon indicating copy to clipboard operation
input-remapper copied to clipboard

Unable to map gamepad inputs and keyboard keys in the same macro?

Open dotaxis opened this issue 7 months ago • 0 comments

Please install the newest version from source to see if the problem has already been solved.

Quite simply, I would like to be able to do this

if_tap(
	key(KEY_Q),
	BTN_B,
	timeout=250
)

But it doesn't seem to be supported. I can't use keys and buttons on the same macro.

Are there plans to support this in the future or am I doing something wrong?

dotaxis avatar May 20 '25 02:05 dotaxis