A small project to fix my frustrations with Windows not having a specific shortcut for each virtual desktop.
With this script, you are able to switch between three different virtual desktops
in windows using the shortcut: alt+NUMBER where NUMBER is 1,2 or 3.
This script uses the AutoHotkey windows library so, please
download autohotkey in order to run the script.
Open the main.ahk file in your favourite code editor to make any shortcut changes.
If you want the script to run on windows startup please make a shortcut and add
the file inside this directory: %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup
Pro tip: use WIN+R and paste the path from above to open the directory location.
Be blessed with easy virtual desktop switching :)
If a virtual desktop switch occurs without using the program's shortcuts it will
result in having to click two-three times a given shortcut in order to refresh the
program's state but trust me that's still better than clicking WIN+(left|right)arrow.
- Open the
main.ahkfile and check the code - Use the debugging
alt+~shortcut - Read the AutoHotkey documentation