CasperA 0 Posted July 24, 2018 Share Posted July 24, 2018 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 post Share on other sites
jml 50 Posted July 24, 2018 Share Posted July 24, 2018 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 post Share on other sites
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now