sss15
31 discussion posts
when I move mouse to other monitor and lock the mouse in current monitor, if I want to move mouse to primary monitor by hotkey, the mouse won't go to the primary monitor. So I have to unlock the mouse and then move it to primary monitor.
Is there a way to move to primary monitor directly, because I use hotkey so that the operation become easy.
Ok, so if you use the built-in "Move Mouse Cursor to Centre of Primary Monitor" function, it works, but it doesn't if you use your Scripted Function?
sss15
31 discussion posts
yes,because I also want to customized other related functions, for examples, using combination key to go directly to display #1,#2... in the case mouse is locked.
I think there are some code missed in the scripted function, but I can not find how to check and Unlock or Lock the mouse in script.
sss15
31 discussion posts
Can I just call the existing DF-built function "Move Mouse to Center of Different Monitor' with the parameter in script?
You sure can! You can call it like this:
BFS.DisplayFusion.RunFunction("Move Mouse Cursor to Center of Primary Monitor");