- 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;
...but would prefer to do this using the KeyStack command.
The Keyboard combination is
I've tried several combinations, including;
...but that does not work.
Another method that works from the TCC is;
...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
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}")
The Keyboard combination is
I've tried several combinations, including;
Code:
keystack LWin-z ctrl-right
Another method that works from the TCC is;
Code:
VirtualDesktop.exe "-Switch:Desktop 2"
Joe
Ref: Windows Virtual Desktop
Ref: GitHub - MScholtes/VirtualDesktop: C# command line tool to manage virtual desktops in Windows 10