03-04-2015, 12:01 PM
Macro Macro2519
Trigger F8
Here we use a macro or function that shows menu if full program path matches. Or can be used a filter function with similar code.
QM triggers don't support full program paths.
Trigger F8

int w=win
str s.getwinexe(w 1)
;out s
sel s 1
,case "Q:\app\qm.exe"
,mac "menu"
,
,;case "Q:\app2\qm.exe"
,;mac "menu2"Here we use a macro or function that shows menu if full program path matches. Or can be used a filter function with similar code.
QM triggers don't support full program paths.
