You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
4 years ago
..
domkeytable.js Initial commit 5 years ago
fixedkeys.js Initial commit 5 years ago
keyboard.js Avoid recursion in Alt check on Firefox 4 years ago
keysym.js Initial commit 5 years ago
keysymdef.js Initial commit 5 years ago
mouse.js Remove intermediate variable from mouse 4 years ago
util.js Initial commit 5 years ago
vkeys.js Initial commit 5 years ago
xtscancodes.js Initial commit 5 years ago