Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Setting location of AutoText list menu
#4
this is kind of a hack but will move the autotext popuplist to the center of the screen when no caret is detected 
Function MoveAutoText_list
Trigger !v"" "QM_PopupList" "" "SysListView32"     Help - how to add the trigger to the macro
Code:
Copy      Help
int hwnd=TriggerWindow
int x y
int hwnd2=GetCaretXY(x y)
if(hwnd2)
,ret
else
,CenterWindow hwnd


Messages In This Thread
RE: Setting location of AutoText list menu - by Kevin - 01-05-2021, 02:05 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)