Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multi-monitor taskbar
#3
Another thing that drives me nuts about two monitors is the mouse running over to the other screen when I am trying to use a scroll bar or something.

Is there any way to lock a mouse on to a certain monitor? And then maybe have a key combination that will allow it to move to the other screen? Like the mouse will stop at the edge of Monitor 1 unless you hold down the CTRL key...then it will mover to Monitor 2.

Also how do you jump a mouse to the center of a specified monitor? I was thinking it'd be nice to use a FF_function:
Code:
Copy      Help
/
function# iid FILTER&f

int+ g_mousembtime=GetTickCount
ret iid

Code:
Copy      Help
int+ g_mousembtime
if(GetTickCount-g_mousembtime<500) ret
MoveMouseToMonitor 1;;something like this.

Thanks bunches,
Jimmy Vig


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)