01-21-2010, 09:40 PM
I would like a "Ctr+Shift+L.Click" mouse trigger that will move an active window from one monitor display to the other.
Thanks,
Jimmy Vig
Thanks,
Jimmy Vig
Toggle window to monitor.
|
01-21-2010, 09:40 PM
I would like a "Ctr+Shift+L.Click" mouse trigger that will move an active window from one monitor display to the other.
Thanks, Jimmy Vig
01-21-2010, 09:42 PM
MoveWindowToMonitor
01-21-2010, 10:29 PM
This I've done to get a window to move to the secondary monitor:
Function Function46 The problem is using "Ctl+Shift+L.Click" to move the window back to the primary monitor. I figure there must be a way to determine what monitor a window is currently active on and then toggle which monitor from there. So yeah, the big hang up is determining which monitor. I thought of determining through the mouse click position like this: Dual Monitors - window becomes active when mouse is in monit Then running a script...that would work, but you probably know some magical way of doing this I've never heard of! Thanks, jimmy vig
01-21-2010, 10:41 PM
Function Monitor_Toggle
Trigger #CSL 0x9 int mon pmon So this works...and I'm sure it will probably only work on this machine. Is there a better way to determine what monitor a window is on? Thanks, Jimmy Vig
01-21-2010, 11:04 PM
Any way of doing this with QM?
http://www.mediachance.com/free/multimon.htm
01-22-2010, 07:26 AM
QM has function MonitorIndex.
From QM help: Quote:#MonitorIndex hmonitor ;;Returns 1-based monitor index.
01-24-2010, 09:31 PM
I'm giving a secondary monitor taskbar a go. I'm really thinking that I want it to work as a dialog so that I can run it as an exe and have hotkeys without QM running on the machines...I have quite a few systems I want to put this on!
_pi has made some pretty good headroom on this: http://www.quickmacros.com/forum/showthr...p?tid=1796 I've been dissecting his work and will be working though it all over the next couple days. I'm gonna switch over to that thread for any questions and solutions I come up with Thanks, Jimmy Vig
08-18-2013, 11:12 PM
3/2 years later ...
Function windowsPerMonitor function [mon] |
« Next Oldest | Next Newest »
|