sibson / vncdotool

A command line VNC client and python library
Other
451 stars 120 forks source link

Improve special key handling #270

Closed pmhahn closed 11 months ago

pmhahn commented 11 months ago

At least (old) version of Qemu (2.6 from ~2016) have a problem when key-sequences are releases in the same order they are pressed. Reverse the order the the key pressed last is released first.

Also two minore code cleanups.