Open Watan325 opened 1 month ago
Do you know how to toggle on off macro by python
Hold mouse button 4 to activate and press mouse button 5 to toggle overlay.
Do you know how to toggle on off macro by python
Hold mouse button 4 to activate and press mouse button 5 to toggle
i try to memory marco function on button5 and create python use pynput.mouse
mouse.press(button.X1) Mouse.press(button.x2) Mouse.release(button.x2) Mouse.release(button.x1)
Still no work
Do you know how to toggle on off macro by python