This script should work. I admit, I am still fairly new to V2.
Any pointers as to what I did wrong, or to scripting help, would be appreciated:
Code: Select all
#f::
{If WinExist('ahk_class MozillaWindowClass')
Send "^T"
Sleep 500
SendInput "{Raw}about:debugging#/runtime/this-firefox"
Sleep 500
Send "{Tab 6}"
WinWaitActive ("firefox.exe")
SendInput "{Raw}C:\Dir1\Dir2\manifest.json"
Send "{Enter}"
}
Thanks,
Dave
[Mod edit: Added [code][/code] tags. Please use them yourself when posting code!]
[Mod edit: Since this is a help request, moved from 'Scripts and Functions'.]