Page 1 of 1

User-defined Dynamic Hotkeys

Posted: 09 Apr 2021, 23:11
by jsong55
I like example 3 from - https://autohotkey.com/board/topic/47439-user-defined-dynamic-hotkeys/

However, anyone kind enough to improve and modify it to input subroutine name so it can be launched and added to existing scripts.

e.g. [url=https imgbb.com /]Image[/url] Broken Link for safety

Where I can have the following subroutines

Code: Select all

launch_notepad:
Run notepad.exe
Return

launch_word:
Run winword.exe
Return