71
Issues / "Wait for Mouse Button Press" is not blocking mouse scroll events
« Last post by Jeremiah on October 12, 2024, 01:15:38 AM »In the "Wait for Mouse Button Press" settings, I have selected "Continue on any mouse button press" and "Do not allow button event to be passed through." Majority of the mouse button events are not being passed through except for scroll back and scroll forward, and I'm unable to test if scroll left or right passes through. The "Do not allow button event to be passed through" action window says it can block mouse scroll events from passing through, but this is not happening. I've tested this function with the command below.
Code: [Select]
Command executed - Left Ctrl Press
Start Indefinite Loop
Wait for mouse button press [Any Button]
Begin Condition : (Keyboard Key 'Left Alt' Is Not Pressed AND Keyboard Key 'Shift' Is Not Pressed)
Begin Integer Compare : [~mouse] Equals 1
Press Q key and hold for 0.1 seconds and release
Else If Integer Compare : [~mouse] Equals 2
Press W key and hold for 0.1 seconds and release
Else If Integer Compare : [~mouse] Equals 3
Press E key and hold for 0.1 seconds and release
Else If Integer Compare : [~mouse] Equals 6
Press R key and hold for 0.1 seconds and release
Else If Integer Compare : [~mouse] Equals 7
Press T key and hold for 0.1 seconds and release
End Condition
End Condition
End Loop
Command kill - Left Ctrl Release