#usehook #singleinstance force ; prevents running multiple copies of the script #n::msgbox BARE_BONES #r::reload ; reload this HKD - used after making changes !x::exitapp ; exit AutoHotkey !^2:: Run "c:\program files\autohotkey\autohotkey.exe" c:\aa\ahk\BARE_BONES.AHK ; Load BARE_BONES.AHK exitapp RETURN !^3:: Run "c:\program files\autohotkey\autohotkey.exe" c:\aa\ahk\MAIN.AHK ; Load MAIN.AHK exitapp RETURN !^4:: Run "c:\program files\autohotkey\autohotkey.exe" c:\aa\ahk\EDITOR_HEADER.AHK ; Load EDITOR_HEADER.AHK exitapp RETURN !^5:: Run "c:\program files\autohotkey\autohotkey.exe" c:\aa\ahk\WORD_PROCESSOR.AHK ; Load WORD_PROCESSOR.AHK exitapp RETURN