Jump to content

How to ignore programmatically controlled mouse and keyboard


CasperA

Recommended Posts

Hello

I use software to programmatically control my mouse and keyboard, namely PyAutoGUI. These controls are captured by Synergy. Is there any way to have Synergy ignore these specific inputs? In effect, I want the programmed inputs to only go to the computer running the software.

Any suggestions or advice would be appreciated.

Link to comment
Share on other sites

Not sure you can do this (unless you can somehow get PyAutoGui to link itself in _underneath_ of Synergy. That might be possible but it'd have to be handled on the PyAutoGui initialization routine - Synergy can't differentiate between keyboard/mouse streams as far as I know.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...