pmb6tz / windows-desktop-switcher

An AutoHotKey script for Windows that lets a user change virtual desktops by pressing CapsLock + <num>.
MIT License
1.21k stars 229 forks source link

possible to use right and left arrows? #57

Closed kalamalka closed 4 years ago

kalamalka commented 4 years ago

In autohotkey we usually have the ability to use left and right arrow keys. In the user config I have tried:

^{Right}::switchDesktopToRight()            
^{Left}::switchDesktopToLeft()

but getting error that these keys are not valid.

Elijas commented 4 years ago

Does ^Right::switchDesktopToRight()
work?

kalamalka commented 4 years ago

Thank you this worked! Is there support for changing the wallpaper for each individual desktop? There was another .AHK script out there that used to do this, but no longer works =(

Elijas commented 4 years ago

Glad to hear! Let's continue discussion about wallpapers on it's own issue