Windows Switch Desktop Shortcut |verified| May 2026
#1:: GoToDesktopNum(1) ; Win+1 → Desktop 1 #2:: GoToDesktopNum(2) ; Win+2 → Desktop 2 GoToDesktopNum(num) Send ^#Left ; ensure we start at desktop 1 Loop % num-1 Send ^#Right
Here is the complete feature specification for , covering default shortcuts, customization, and advanced productivity enhancements. Feature: Virtual Desktop Switching Shortcuts (Windows 10 & 11) 1. Default System Shortcuts (Built-in) These work immediately on Windows 10 and 11 without any configuration. windows switch desktop shortcut
| You want to… | Press | |--------------|-------| | Move between desktops | Ctrl + Win + ← / → | | New desktop | Ctrl + Win + D | | Close desktop | Ctrl + Win + F4 | | Move window + switch | Ctrl + Win + Shift + ← / → | | See all desktops | Win + Tab | #1:: GoToDesktopNum(1) ; Win+1 → Desktop 1 #2::