]> git.proxmox.com Git - mirror_novnc.git/commit
Improve character keysym lookup
authorPierre Ossman <ossman@cendio.se>
Wed, 25 Jan 2017 10:29:08 +0000 (11:29 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 4 May 2017 10:13:47 +0000 (12:13 +0200)
commitbfa1b237b9caec28380f3bb3e03f409eadc7f2b0
treea86aa494a08856f48d28a3f34da0f857d318cc9b
parent80cb8ffddd49d828fe3b9c94b556ad154381b225
Improve character keysym lookup

Use the more modern 'key' field, and remove some legacy fallbacks
that are no longer required. This also removes the "stall" mechanism
as it is not needed with current browsers.
core/input/devices.js
core/input/util.js
tests/test.helper.js
tests/test.keyboard.js