]> git.proxmox.com Git - mirror_novnc.git/commit
Simplify pressed key handling
authorPierre Ossman <ossman@cendio.se>
Fri, 27 Jan 2017 11:26:55 +0000 (12:26 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 4 May 2017 10:13:47 +0000 (12:13 +0200)
commitae82053366bdf91c6cbcb459f92101ec4e693f0a
tree4ab30159efdce081473bc7fcb13854fbfb01cc2c
parent9fce233d51c803b08b6779bc8e906334de6916cf
Simplify pressed key handling

Prefer avoid having the server simulate multiple key presses by
refusing to use multiple keysyms for the same physical key.
core/input/devices.js
tests/test.keyboard.js