Mouse Gestures – Toggle Desktop

Share your favorite FastKeys commands
Post Reply
User avatar
marcelolima
Posts: 37
Joined: Apr 11th, ’22, 00:04

Post by marcelolima » Oct 26th, ’22, 20:21

Hello, Team!

I would like to use a mouse gesture command to switch the desktop. Does FastKeys have a native option with this command? It's possible?

I tried to use the command “win_togd” and "win_tasksw"" (Command and Run) but it doesn't work.

Thank you very much.

Marcelo.


Edit: alternatively I've set up a command with the script below, with success.

Type: Command

if (Toggle := !Toggle)
Send #^{right}
else
Send #^{left}
return
User avatar
Tom
Posts: 791
Joined: Nov 24th, ’15, 23:39

Post by Tom » Feb 23rd, ’23, 21:52

Simply simulate Windows shortcuts Windows Key + Ctrl + Left Arrow or Windows Key + Ctrl + Right.
Post Reply