Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mouse Scroll Wheel Acceleration
#10
Yes.
Also:
Adjust sensitivity. Probably 1000 is too much.
Set key autodelay = 0.
Optionally: In macro properties select "run simultaneously" or convert to function.
Move common code to a function.

Function AudioVolumeUpDown
Code:
Copy      Help
;/
function up

int+ g_time445877
int t=timeGetTime
int diff=t-g_time445877+1; g_time445877=t
int steps=100/diff+1
;out F"diff={diff}, steps={steps}"
spe 0
int vk=iif(up VK_VOLUME_UP VK_VOLUME_DOWN)
key (vk)(#steps)

Macro mouse wheel volume up
Trigger #U     Help - how to add the trigger to the macro
Code:
Copy      Help
AudioVolumeUpDown 1

Macro mouse wheel volume down
Trigger #D     Help - how to add the trigger to the macro
Code:
Copy      Help
AudioVolumeUpDown 0

And finally add the filter function to the trigger, if want it to work with a single mouse device.
http://www.quickmacros.com/forum/showthread.php?tid=627


Messages In This Thread
Mouse Scroll Wheel Acceleration - by arig - 07-29-2018, 02:58 AM
RE: Mouse Scroll Wheel Acceleration - by Gintaras - 07-29-2018, 02:58 PM
RE: Mouse Scroll Wheel Acceleration - by arig - 07-29-2018, 04:45 PM
RE: Mouse Scroll Wheel Acceleration - by Gintaras - 07-29-2018, 05:26 PM
RE: Mouse Scroll Wheel Acceleration - by arig - 07-29-2018, 05:32 PM
RE: Mouse Scroll Wheel Acceleration - by Gintaras - 07-29-2018, 05:45 PM
RE: Mouse Scroll Wheel Acceleration - by arig - 07-29-2018, 05:53 PM
RE: Mouse Scroll Wheel Acceleration - by Gintaras - 07-29-2018, 05:57 PM
RE: Mouse Scroll Wheel Acceleration - by arig - 07-29-2018, 06:04 PM
RE: Mouse Scroll Wheel Acceleration - by Gintaras - 07-29-2018, 07:34 PM
RE: Mouse Scroll Wheel Acceleration - by arig - 07-29-2018, 08:29 PM
RE: Mouse Scroll Wheel Acceleration - by Gintaras - 07-30-2018, 03:02 AM
RE: Mouse Scroll Wheel Acceleration - by arig - 07-30-2018, 03:36 AM
RE: Mouse Scroll Wheel Acceleration - by Gintaras - 07-30-2018, 04:07 AM
RE: Mouse Scroll Wheel Acceleration - by arig - 07-30-2018, 09:14 PM
RE: Mouse Scroll Wheel Acceleration - by arig - 07-31-2018, 02:24 AM
RE: Mouse Scroll Wheel Acceleration - by Kevin - 07-31-2018, 02:29 PM
RE: Mouse Scroll Wheel Acceleration - by arig - 08-01-2018, 01:56 AM
RE: Mouse Scroll Wheel Acceleration - by Gintaras - 08-01-2018, 05:27 PM
RE: Mouse Scroll Wheel Acceleration - by arig - 08-01-2018, 05:59 PM
RE: Mouse Scroll Wheel Acceleration - by Kevin - 08-01-2018, 06:01 PM
RE: Mouse Scroll Wheel Acceleration - by arig - 08-01-2018, 06:08 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)