KasmVNC/kasmweb/core/input
Jesper Alf Dam d4747a8c80 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.
2021-03-29 11:44:49 +03:00
..
domkeytable.js Initial commit 2020-09-20 12:16:44 +00:00
fixedkeys.js Initial commit 2020-09-20 12:16:44 +00:00
keyboard.js Avoid recursion in Alt check on Firefox 2021-03-29 11:44:49 +03:00
keysym.js Initial commit 2020-09-20 12:16:44 +00:00
keysymdef.js Initial commit 2020-09-20 12:16:44 +00:00
mouse.js Remove intermediate variable from mouse 2021-03-29 11:34:56 +03:00
util.js Initial commit 2020-09-20 12:16:44 +00:00
vkeys.js Initial commit 2020-09-20 12:16:44 +00:00
xtscancodes.js Initial commit 2020-09-20 12:16:44 +00:00