Click here to Skip to main content
15,914,013 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
CodeWraith29-Jan-18 3:03
CodeWraith29-Jan-18 3:03 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
Dan Neely29-Jan-18 3:07
Dan Neely29-Jan-18 3:07 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
CodeWraith29-Jan-18 3:16
CodeWraith29-Jan-18 3:16 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
Kornfeld Eliyahu Peter29-Jan-18 3:23
professionalKornfeld Eliyahu Peter29-Jan-18 3:23 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
CodeWraith29-Jan-18 3:27
CodeWraith29-Jan-18 3:27 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
Kornfeld Eliyahu Peter29-Jan-18 3:30
professionalKornfeld Eliyahu Peter29-Jan-18 3:30 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
Kornfeld Eliyahu Peter29-Jan-18 3:31
professionalKornfeld Eliyahu Peter29-Jan-18 3:31 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
Dan Neely29-Jan-18 3:26
Dan Neely29-Jan-18 3:26 
The same way mousing from one monitor to the next works.

0) Install the software on both computers.

1) Set your config so that Computer 1 is to the left of computer 2.

2) Then when your mouse cursor reaches the rightmost edge of computer 1's screen the software on comp1 starts intercepting and sending mouse and keyboard data to computer 2 which sends keyboard/mouse input commands to that systems OS.

3) Then when you attempt to mouse past the leftmost edge of computer 2's screen it stops sending the input too computer 2 and allows computer 1 to handle it again.

The one I used years ago also shared the clipboard contents the same way.

Under the hood I suspect in windows it just used global input hooks to capture the user input, that's what I did when I wrote an app to send them to another system over RS232 (yay for proprietary input standards on custom hardware). I'm not sure if you can inject the input the same way or would need to write a driver to do so.

I never looked into the technical details though; it just worked.
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason?
Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful?
--Zachris Topelius

Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies.
-- Sarah Hoyt

GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
CodeWraith29-Jan-18 3:30
CodeWraith29-Jan-18 3:30 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
Dan Neely29-Jan-18 3:48
Dan Neely29-Jan-18 3:48 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
CodeWraith29-Jan-18 3:54
CodeWraith29-Jan-18 3:54 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
Dan Neely29-Jan-18 4:28
Dan Neely29-Jan-18 4:28 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
CodeWraith29-Jan-18 4:41
CodeWraith29-Jan-18 4:41 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
Kornfeld Eliyahu Peter29-Jan-18 3:13
professionalKornfeld Eliyahu Peter29-Jan-18 3:13 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
Ron Anders29-Jan-18 3:27
Ron Anders29-Jan-18 3:27 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
User 842029-Jan-18 4:06
User 842029-Jan-18 4:06 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
Alister Morton30-Jan-18 1:06
Alister Morton30-Jan-18 1:06 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
Jörgen Andersson29-Jan-18 3:52
professionalJörgen Andersson29-Jan-18 3:52 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
Dan Neely29-Jan-18 3:59
Dan Neely29-Jan-18 3:59 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
OriginalGriff29-Jan-18 5:12
mveOriginalGriff29-Jan-18 5:12 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
Ravi Bhavnani29-Jan-18 4:37
professionalRavi Bhavnani29-Jan-18 4:37 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
S Douglas29-Jan-18 5:23
professionalS Douglas29-Jan-18 5:23 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
Marc Clifton29-Jan-18 6:46
mvaMarc Clifton29-Jan-18 6:46 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
Kris Dekeyser29-Jan-18 21:27
Kris Dekeyser29-Jan-18 21:27 
GeneralRe: Looking for Software Recommendations: Sharing a mouse/keyboard between PC/Mac Pin
R Steyn29-Jan-18 22:24
R Steyn29-Jan-18 22:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.