0

I want a script where holding left mouse button and clicking right runs a keyboard shortcut ctrl+win+right arrow (switching desktops to right) and vice versa. How could i do it?

1 Answer 1

0
 ; switch to next virtual desktop
~LButton & RButton::SendEvent {LWin down}{LCtrl down}{Right down}{LWin up}{LCtrl up}{Right up}

; switch to previous virtual desktop
~RButton & LButton::SendEvent {LWin down}{LCtrl down}{Left down}{LWin up}{LCtrl up}{Left up}
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.