noVNC/core/input
Pierre Ossman 2afda54456 Only grab key events on canvas
Give the canvas proper focus handling. This avoids messy logic that
needs to disable and enable event handling when we want to interact
with other UI elements.

It also makes sure we can properly inhibit the browser from triggering
local actions on key presses.
2017-10-18 15:07:17 +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
keyboard.js Only grab key events on canvas 2017-10-18 15:07:17 +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
mouse.js Only grab key events on canvas 2017-10-18 15:07:17 +02:00
util.js Handle iOS special keys 2017-06-21 14:02:24 +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