cannot duplicate your issue i just ran it with notepad word and wordpad all open only fired and worked on notepad.
found the bug try this
Macro NotepadMultiKey
Trigger !a"" "Notepad"
sorry posted wrong code corrected now.
and to answer your last question no this cannot be made into an exe in the current format because it uses a qm trigger.
anything with triggers cannot be made into an exe.
found the bug try this
Macro NotepadMultiKey
Trigger !a"" "Notepad"
int vk w
rep
,w=win("" "Notepad"); if !w;ret
,rep
,,vk=wait(0.3 K)
,,err
,,,w=win("" "Notepad"); if !w; ret
,,,continue
,,break
,sel vk
,,case VK_F6
,,if win()!=w; act w
,,_s="http://quickmacros.com"
,,paste+ _s
,,case VK_F7
,,if win()!=w; act w
,,_s="http://bing.com"
,,paste+ _s
,,case VK_F8
,,if win()!=w; act w
,,_s="http://google.com"
,,paste+ _s
sorry posted wrong code corrected now.
and to answer your last question no this cannot be made into an exe in the current format because it uses a qm trigger.
anything with triggers cannot be made into an exe.