Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 711 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 711 Bytes

VirtualDesktop-AHK

Intention

  • We want to use these guys below to facilitate XFCE/Linux-like virtual desktop hotkeys (Alt + 1, Alt + 2, etc...) under Windows 11
  • My initial attempts had some usage nuances around reliable AutoHotkey usage, such as:
    • Loss of focus on a previously focused window from a previous virtual desktop
    • Reliability issues when switching between desktops quickly, related to Send usage
  • The current script has been tested under Windows 11 (10 & 7 may be okay, untested but let me know if you try)

Feel free to open an issue if you see obvious issues in the provided script.