I am using a Mac to remote into another Mac at work. I also been using the DisplayServerExtraOptions “-oldeventapi 1” tip for a while to fix 2 things:
- Dragged content is misaligned when dropped, resulting in frustrating usability
- Function keys are sometimes not registered, resulting in a “v” being typed instead of “cmd+v” being registered
For the most part, this fixes these annoyances, but at the cost of an other one: Function keys sometimes become sticky. This has the effect of, for example, having the ctrl key released on the client machine, but is registered as pressed on the server machine. In this case, every left click is registered as a right click (ctrl+click on a mac).
Once it is noticed that the key is stuck, we can just press it to unstick it. Is there a way around this?
Thanks!