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
Alex Tanskanen 15c74e7dc9 Fix missing caps lock events on iOS
Caps Lock on iOS only trigged key release or key press events.
When it's clicked it would only send keydown, and next time
it would only send keyup and so on. It should send both a key press
and a key release.

Also added the unit tests for macOS since those were missing.

Co-Authored-By: Alex Tanskanen <aleta@cendio.se>
4 years ago
..
domkeytable.js Fix typo for MailSend key 4 years ago
fixedkeys.js Initial commit 5 years ago
keyboard.js Fix missing caps lock events on iOS 4 years ago
keysym.js Initial commit 5 years ago
keysymdef.js Initial commit 5 years ago
mouse.js Update copyright to 2019 for modified files 4 years ago
util.js Send NumLock on macOS, even though the key is Clear 4 years ago
vkeys.js Initial commit 5 years ago
xtscancodes.js Initial commit 5 years ago