Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Move new window to active mouse monitor
#1
I want to create a macro that will move all new windows to the monitor that the mouse is active in. _monitor looks promising but I am not sure how to apply this.
#2
Function move_new_windows_to_mouse_monitor
Trigger !ca"$."     Help - how to add the trigger to the macro
Code:
Copy      Help
int hwnd=TriggerWindow
;outw hwnd
MoveWindowToMonitor hwnd -1 1
#3
Interested in this.
What kind of trigger is that?
#4
Paste !ca"$." in the Trigger field on the toolbar, then look in the Properties dialog.
#5
Interesting,
Is there a reference in help for this?
#6
Don't remember, but click the ? link in the post.


Forum Jump:


Users browsing this thread: 1 Guest(s)