Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Getting keystack to switch to the next Virtual Desktop

Aug
2,294
111
I cannot seem to find the correct combination of Key Names
that would enable the KEYSTACK command
to switch to the next Virtual Desktop on the right.

I can do this using AutoHotKey;
Code:
Send("^#{Right}")
...but would prefer to do this using the KeyStack command.

The Keyboard combination is
1727013461119.webp


I've tried several combinations, including;
Code:
keystack LWin-z ctrl-right
...but that does not work.

Another method that works from the TCC is;
Code:
VirtualDesktop.exe "-Switch:Desktop 2"
...but that requires running an .exe to do the job, instead of just the keystrokes.

Joe

Ref: Windows Virtual Desktop
Ref: GitHub - MScholtes/VirtualDesktop: C# command line tool to manage virtual desktops in Windows 10
 
This works here (Rwin too).

Code:
keystack Lwin-Ctrl-Right

What's the "-z"?
 
I could not get the LWin- key to work by itself,
so I added z,
which is presently not a hotkey with LWin.

Joe
 
Back
Top