]> git.proxmox.com Git - mirror_novnc.git/commit
Use Unicode keysym range as fallback
authorPierre Ossman <pierre@ossman.eu>
Fri, 14 Oct 2016 06:39:28 +0000 (08:39 +0200)
committerPierre Ossman <pierre@ossman.eu>
Sat, 15 Oct 2016 12:58:55 +0000 (14:58 +0200)
commit115eedf69c465548a44eab1b2a6492546b2ed6e1
tree08d0ee296c71228db435546859e01473a342eb62
parent4dc8953658840c2aef1c3c3029e0b0e3486af606
Use Unicode keysym range as fallback

Not all Unicode codepoints have an equivalent named Keysym. But
there is a range in the Keysym namespace that can be used to map
any codepoint to.
core/input/keysymdef.js
core/input/util.js
tests/test.helper.js
utils/parse.js