I'm trying to write an AHK script which gives an alarm beep when a user presses F1 to enter the help screen for a certain program. I can get the SystemBeep okay, but if the HotKey is programmed for F1 it doesn't open Help.
Can anyone suggest a way to do this?
- user presses F1
- systembeep
- Help window opens