]> git.proxmox.com Git - mirror_novnc.git/commit - core/rfb.js
Remove modifier synchronisation
authorPierre Ossman <ossman@cendio.se>
Fri, 27 Jan 2017 09:49:04 +0000 (10:49 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 4 May 2017 10:13:47 +0000 (12:13 +0200)
commit9e6f71cb753405507f8977ed8cb64f11189ac4c2
tree1b9a6d7f99f7f1f1ef8131832a128931153977fc
parenta784a9cabc4aef667e9ea2ea1f942a3a5f0d0ddd
Remove modifier synchronisation

The fields provided cannot tell us if it is the left or right
version of the key that's pressed, so they are inherently unreliable.
It is also not a huge problem in practice as we'll get in sync on
the next press or release of the modifier.
core/input/devices.js
core/input/util.js
core/rfb.js
tests/test.helper.js
tests/test.keyboard.js