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

Wheel(direction,speed) delayed firing event at start of button press(2.0.0)

Open ProtonAbyss opened this issue 2 years ago • 1 comments

Pressing a button which is mapped to the mouse wheel ( ex: "wheel(up,5)") won't emulate a single scroll wheel event anymore. Instead there is a delay( ~1 second delay) before the event is triggered. In the version 1.5.1 there existed no delay.

This delay is a problem when trying to play games which require the scroll wheel to initiate some event, like changing to the next weapon in csgo for example.

ProtonAbyss avatar Jul 23 '23 11:07 ProtonAbyss

the wheel macro was changed to support high resolution scrolling. you need to change the speed i.e. wheel(up,120). Or you can use the event macro instead event(2, REL_WHEEL, 1) or event(2, REL_WHEEL, -1)

jonasBoss avatar Nov 03 '23 13:11 jonasBoss