]> git.proxmox.com Git - mirror_novnc.git/commit
Use KeyboardEvent.key too look up keysyms
authorPierre Ossman <ossman@cendio.se>
Thu, 13 Apr 2017 12:50:55 +0000 (14:50 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 4 May 2017 10:13:48 +0000 (12:13 +0200)
commit9782d4a324d24179f42f381080699a20eb164d06
treec55f590b647a04dec264763934c6883dd701f1fd
parent634cc1ba46222125c7680472a234126e875cfc3d
Use KeyboardEvent.key too look up keysyms

And emulate it on browsers where it is missing or incorrect. This
makes the code more future oriented as it primarily uses the standardised
fields.
core/input/domkeytable.js [new file with mode: 0644]
core/input/fixedkeys.js
core/input/keysym.js
core/input/util.js
tests/test.helper.js
tests/test.keyboard.js