12-01-2008, 08:12 PM
My suggestion - use double right click trigger
Macro
Trigger ##Rh1 0x9 /QM /FF_qm_mouse_is_on_open_items
Function FF_qm_mouse_is_on_open_items
----------
Middle click with filter function should not close item if Eat checked.
Menu id is
It can be recorded from menubar. It moves current item, not item from mouse. You would have to lef at first.
Macro
Trigger ##Rh1 0x9 /QM /FF_qm_mouse_is_on_open_items
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
;/
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
It can be recorded from menubar. It moves current item, not item from mouse. You would have to lef at first.