Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Middle click to move to secondary editor
#2
My suggestion - use double right click trigger

Macro
Trigger ##Rh1 0x9 /QM /FF_qm_mouse_is_on_open_items     Help - how to add the trigger to the macro
Code:
Copy      Help
wait 1 -WC "+#32768" ;;wait for first menu destroyed
wait 1 WV "+#32768" ;;wait for next menu
key r ;;Move to Right
err+

Function FF_qm_mouse_is_on_open_items
Code:
Copy      Help
;/
function# iid FILTER&f

if(!f.hwnd2) ret
if(f.hwnd=_hwndqm and GetWinId(f.hwnd2)=2212) ret iid

----------

Middle click with filter function should not close item if Eat checked.

Menu id is
Code:
Copy      Help
men 33293 id(2213 _hwndqm) ;;Move to Right

It can be recorded from menubar. It moves current item, not item from mouse. You would have to lef at first.


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)