Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Right-click trigger for QM editor
#5
I added a function that now works, This seems a little more generic

but the response is slow and there will be an alarm sound

Function FFC_QM_Editor
 
Code:
Copy      Help
;/

function# iid FILTER&f

if(!f.hwnd2) ret -2
if(!wintest(f.hwnd "Quick Macros" "QM_Editor")) ret -2

if(GetWinId(f.hwnd2)=2210) ret iid

ret -2

Function sel_menu
Trigger #R //FFC_QM_Editor     Help - how to add the trigger to the macro
Code:
Copy      Help
_s.getsel
if _s.len
,mac "Right_SelText"
else
,mac "Right_noSelText"

but overrides the right-click comment function


Messages In This Thread
Right-click trigger for QM editor - by Davider - 01-03-2023, 09:49 AM
RE: Right-click trigger for QM editor - by Davider - 01-03-2023, 01:05 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)