noVNC/core/input
Jesper Alf Dam e9f489a629 Avoid recursion in Alt check on Firefox
The Firefox workaround which checks for missing Alt key events may
synthesise new KeyboardEvents. On these events, checkAlt should not be
recursively triggered. Otherwise, we get "too much recursion" errors
whenever the Alt key is pressed.
2019-08-16 16:20:41 +02:00
..
domkeytable.js Throw Error instead of String 2018-11-24 19:47:57 +02:00
fixedkeys.js Change copyright header (#1138) 2018-10-09 12:15:35 +02:00
keyboard.js Avoid recursion in Alt check on Firefox 2019-08-16 16:20:41 +02:00
keysym.js Enforce object key spacing 2018-09-06 17:07:11 +02:00
keysymdef.js Use ES6 classes 2018-07-12 19:06:57 +02:00
mouse.js Remove intermediate variable from mouse 2019-02-16 23:31:58 +02:00
util.js Enforce space before code block 2018-09-06 17:29:26 +02:00
vkeys.js Change copyright header (#1138) 2018-10-09 12:15:35 +02:00
xtscancodes.js Get XT scan code mappings from the keycodemapdb project 2017-05-31 16:20:24 +02:00