You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this virtual KVM switch to share my mouse and keyboard across multiple computers. When controlling my Macbook the gesture emulation doesn't work but if I connect the same mouse directly to the macbook it does. I'd be happy to try and troubleshoot more but I don't really know what to look for.
Apple M1 Pro
macOS 13.6
Synergy 3.0.73 RC2
FWIW my other machines are a PC w/ dual boot Ubuntu 22/Windows 11 (which is my main pc and controls the mouse and keyboard) and a Thinkpad running Ubuntu 22.
The text was updated successfully, but these errors were encountered:
Maybe the KVM software is modifying the the HID events or they are not "simulating" HID events. You could try and modify the event creation in the setupEventTap() function to debug this. Good place to start would be either the mask or CGEventTapLocation tap location.
I use this virtual KVM switch to share my mouse and keyboard across multiple computers. When controlling my Macbook the gesture emulation doesn't work but if I connect the same mouse directly to the macbook it does. I'd be happy to try and troubleshoot more but I don't really know what to look for.
Apple M1 Pro
macOS 13.6
Synergy 3.0.73 RC2
FWIW my other machines are a PC w/ dual boot Ubuntu 22/Windows 11 (which is my main pc and controls the mouse and keyboard) and a Thinkpad running Ubuntu 22.
The text was updated successfully, but these errors were encountered: