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
Image may be NSFW.
Clik here to view.
I've tried several combinations, including;
...but that does not work.
Another method that works from the TCC is...
Read more
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
Image may be NSFW.
Clik here to view.

I've tried several combinations, including;
Code:
keystack LWin-z ctrl-right
Another method that works from the TCC is...
Read more