ahk-utilities
ahk-utilities copied to clipboard
!{Tab} is broken under Windows 7 Basic theme
Just change
F23::Send !{tab}
to
F23::Send {AltDown}{Tab}{AltUp}
Source: https://autohotkey.com/board/topic/83384-windows-7-and-alt-tab-tab/?p=598559
Todo:
- [ ] test under Windows 10