noF1.ahk
Blocks F1 from opening the Windows Help page. I made this because it kept annoying me. You can hold the Ctrl key down with F1 for normal behavior.
#UseHook
F1::Return
#UseHook off
^F1::Send {F1}
Blocks F1 from opening the Windows Help page. I made this because it kept annoying me. You can hold the Ctrl key down with F1 for normal behavior.
#UseHook
F1::Return
#UseHook off
^F1::Send {F1}