jpginc / windows10DesktopManager

An autohotkey desktop manager
Apache License 2.0
165 stars 22 forks source link

Enable F-Keys for numbered hotkeys #24

Closed Tyde closed 5 years ago

Tyde commented 5 years ago

If you used F-Keys (e.g. F24) as numbered hotkeys, the script did fail to find the correct desktop number, because the numbers in the KeyCombo of F24 were included to the desktop number. Example: When the hotkey was F24, and I triggered F24 & 1, the found DesktopNumber was 241, which led to the creation of many desktops.