Code: Select all
#r::
; do something or nothing
; Windows Win + R Hotkey is blocked
return
but
Code: Select all
!#PrintScreen::
; do something or nothing
; Windows Win + Alt PrintScreen Hotkey is NOT blocked
return
Any trick to make hotkeys work like usually?