noVNC/core/input
Pierre Ossman 7cac5c8e9f Fallback for missing keypress events
IE and Edge have some corner cases (e.g. Ctrl+key) where we get
insufficient information in the keydown event, and we never get
a keypress event. Try to make a guess of the key in those cases.
2017-07-06 13:00:00 +02:00
..
devices.js Fallback for missing keypress events 2017-07-06 13:00:00 +02:00
domkeytable.js Add missing semicolon 2017-05-13 01:56:35 +02:00
fixedkeys.js Use KeyboardEvent.key too look up keysyms 2017-05-04 12:13:48 +02:00
keysym.js Use KeyboardEvent.key too look up keysyms 2017-05-04 12:13:48 +02:00
keysymdef.js Simplify keysymdef.js 2017-03-24 11:31:38 +01:00
util.js Use KeyboardEvent.key too look up keysyms 2017-05-04 12:13:48 +02:00
vkeys.js Use standard DOM identifiers for physical keys 2017-05-04 12:13:45 +02:00
xtscancodes.js Get XT scan code mappings from the keycodemapdb project 2017-05-31 16:20:24 +02:00