I use the Fire Recognition on Mouse Wheel Scroll feature to change the sound volume. For example scrolling down will send acSendKeys("{VOLDOWN}")
acSendKeys("{VOLDOWN}")
But when I scroll rapidly it seems that some ticks are missed. The volume changes only slightly compared to when I scroll slowly. Why? How can I fix this?