pmb6tz / windows-desktop-switcher

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

Current desktop tracking - fix for Windows 11 #76

Closed gorbunovav closed 2 years ago

gorbunovav commented 2 years ago

Fixes #74

The current desktop is stored now in the new registry key. Updated version checks for the new key first and if it was not found - fall backs to the previous one.

Elijas commented 2 years ago

Thanks!