Hi,
When I press the hotkeys Alt+Enter in the QM window, I want to pass a parameter to another function(hello) from the filter function(A_Y_FF)
The code below can be executed successfully, but there will be an alarm sound. How can I eliminate the alarm sound, or is there any other better solution?
Thanks in advance for any suggestions and help
David
Function A_Y_FF
Trigger AY //A_Y_FF
Function hello
When I press the hotkeys Alt+Enter in the QM window, I want to pass a parameter to another function(hello) from the filter function(A_Y_FF)
The code below can be executed successfully, but there will be an alarm sound. How can I eliminate the alarm sound, or is there any other better solution?
Thanks in advance for any suggestions and help
David
Function A_Y_FF
Trigger AY //A_Y_FF
;/
function# iid FILTER&f
str w1="Quick Macros -"
sel wintest(f.hwnd F"{w1}" "" "" 16)
,case 1
,mac "hello" "" "QM"
ret -2
Function hello