I am a newbie in AHK, and I have the following need:
I have the ScitE4AutoHotkey program installed, because I usually open Ahk scripts with it.
Anyway, occasionally I would like to open a particular script with Notepad.
How could I reflect that?
Example:
Code: Select all
^ 3 ::
Run edit C:\My Documents\Script 322.ahk
; (Run with Notepad; usually it does with Scite4AutoHotkey)
Return