Jump to content

Win10 Virtual Desktop Shortcuts


 Share

Recommended Posts

I created some quick launch shortcuts to change the active virtual desktop in Win10. The keyboard commands are WIN+CNTRL+(arrow left/right). The problem is that you can not directly access a given desktop number. So what I did instead was always set it the first desktop via a series of left commands and then go the intended desktop number (3 in this example). It does work, but it flashes the screen and can be annoying. Any way to clean this up by either directly go to a given desktop number or by stopping the screen from refreshing until the script is completed?

----

'First four commands ensure first desktop is active

Send("^#{LEFT}")
Send("^#{LEFT}")
Send("^#{LEFT}")
Send("^#{LEFT}")

'Sets to the 3rd desktop
Send("^#{RIGHT}")
Send("^#{RIGHT}")

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...