Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
System menu triggers
#3
Instead you can create menu and assign right click or middle click trigger that works only if on window icon.

This is one menu for all windows.
Menu
Trigger #Rh3     Help - how to add the trigger to the macro
Code:
Copy      Help
Macro650 :mac "Macro650"
Macro652 :mac "Macro652"

This is for one window (Notepad).
Menu
Trigger #Rh3 //FF_Menu22     Help - how to add the trigger to the macro
Code:
Copy      Help
Macro650 :mac "Macro650"
Macro652 :mac "Macro652"
Function FF_Menu22
Code:
Copy      Help
;/
function# iid FILTER&f

if(wintest(f.hwnd "Notepad" "Notepad")) ret iid


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)