Autohotkey + Windows 8.1 + WInKey shortcuts --> Causes the Start Screen to pop up
- by user28417
I have a AHK script with many shortcuts that I have been using for years now.
Most of them are based on the winkey, for example:
; visual studio
visualStudio = ahk_class wndclass_desked_gsk|Afx:400000:8:10011|SWT_Window0
GroupAdd ,visualStudioGroup ,%visualStudio%
#q::
DetectHiddenWindows, %MyDetect%
GroupActivate,visualStudioGroup,R
…