Is there a way to quick switch between virtual desktops in win10?

I found this excellent AutoHotKey script to help me achieve that.

https://github.com/pmb6tz/windows-desktop-switcher

But by default it uses CapsLock as the modifier key, which is not what I want. I tweaked the script a little bit to make it work by using the win key.

https://github.com/searene/windows-desktop-switcher

Now I can switch between desktops by win + 1, win + 2, etc.


Currently there exists only these virtual desktop related keyboard shortcuts:

  • WIN + CTRL + LEFT/RIGHT: Switch to previous or next desktop
  • WIN + CTRL + D: Create a new desktop
  • WIN + CTRL + F4: Close the current desktop
  • WIN + TAB: Launch task view

However, Microsoft is developing Windows 10 all the time and likes to have feedback. All kind of new features are tested and evaluated by users in Windows Insider Program, giving you the upcoming features earlier and power to vote.