Script to unstick VNC keys?

Posted by MidnightLightning on Super User See other posts from Super User or by MidnightLightning
Published on 2012-10-10T14:26:42Z Indexed on 2012/10/10 15:40 UTC
Read the original article Hit count: 399

Filed under:
|

I've run into dropped key events when connecting via VNC clients, leading to a "stuck key" (usually a meta key like CTRL or ALT) and searching around the common answer on how to solve it is often "press and release each meta key individually until the problem resolves".

However, I've found this to be annoying and time consuming to try and solve it this way. Plus on a bad connection, it sometimes will miss the "key up" event for the meta key again, and still keep the key stuck. So I'm looking for an automated way to do this:

From a script on the client side or the server side, is there a way to trigger "key up" events for all the meta keys (CTRL, ALT, SHIFT, and WIN/CMD, both Left and Right versions)? Or just a command to release all keys the server thinks are down at the moment? Or some scripted way to at least list which keys the server end thinks are down so I know which key to keep pressing and releasing to try and release it?

I've got a Mac on the server end, so a Mac/Linux solution would be needed for my situation.

© Super User or respective owner

Related posts about keyboard

Related posts about vnc