How can I delete the assigned hotkey in autohotkey? I want to free the keyboard assignment completely so that the hotkeys will be available for other applications in windows. Example: in autohotkey I assign ctrl+L to a function at the start of the program but after 10 seconds I want to release and free those keyboard assignments so that the other application which will be running after 10 seconds will be able to use those hotkeys. Could someone please give an example script?
1
votes
2 Answers
2
votes
How to delete an assigned hotkey in autohotkey?
By using the command made for exactly this:
hotkey, ^a, off