0736b / rzctl-py

Control mouse/keyboard using razer synapse with Python.
18 stars 5 forks source link

Can you toggle on off marco by rzctl-py #5

Open Watan325 opened 1 month ago

Watan325 commented 1 month ago

Do you know how to toggle on off macro by python

Mafia4321x commented 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.

Watan325 commented 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

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