0

My wife and I... have a wall of screens. 1 for her, 4 for me. (It's unfair.) About 26 sq ft of screen mounted on the wall.

So sometimes, it would be nice if she could just move her mouse over from her screen (1 of 5) to my leftmost screen (2 of 5), and click something. (Next song, song lyrics refresh, etc. That screen is the "music & email screen".)

VNC is not an acceptable solution. I would be using my own mouse pointer on my own screen while she would be doing this.

Synergy is not an acceptable solution. We are two people. We are sitting next to each other actively using our computers simultaneously.

The main problem is... I don't think Windows 7's GUI is written to handle anything like this. But I imagine you could emulate a 2nd mouse pointer, and when clicked, it would simply save the location of the real mouse pointer, move it, click it, and move it back -- probably in less tiue than the visible eye could see. It's definitely "doable".

[For the morbidly curious: Screen 1=wife primary, Screen 2=music, 3=home theatre/my primary, 4=IP cam view of outside, 5=digital picture frame, basically]

ClioCJS
  • 346

2 Answers2

1

Maybe not the ideal solution but possibly the easiest: plug in a second mouse for your wife. Your mouse movements would conflict, but if it's as rare as you mention it might be the most effective.

Another option might be to set up some hotkeys that do all the actions you want. i.e. if you really only want to change the song, adjust volume, etc, she doesn't need a mouse.

I'll be curious to see what other people come up with.

tbenz9
  • 7,175
0

This should be possible. First off, I get a 2nd keyboard with multimedia keys (play, pause, stop, etc). These are fairly cheap from any store. Attach it to your computer, but put it on her desk. You may have to go wireless...

The multimedia keys will work out of the box. Play, pause, next, stop, volume, etc.

I get the impression you have some computer knowledge, so I think you can figure out the following. Now, if you want to do anything more complex, that will require more work. I highly recommend AutoHotKey. It can automate just about anything. Install AutoHotKey on your computer and using AutoHotKey's HID functions (The HID functions will tell you which keyboard sent the keys), you should be able to write scripts that are triggered by other keys on that multimedia keyboard. You could write a script that refreshes a specific browser window on your computer when F5 is refreshed, or just about anything you want.

Edit: You could do this without the multimedia keyboard and use a AHK with a gaming mouse with lots of buttons. However, those mice are more expensive and have tiny buttons. At least with a keyboard the multimedia buttons are clearly marked and the keys are easily pressed. You could even color code the keys...

Keltari
  • 75,447