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>
2021-03-29 11:57:26 +03:00
..
domkeytable.js Fix typo for MailSend key 2021-03-29 11:56:49 +03:00
fixedkeys.js Initial commit 2020-09-20 12:16:44 +00:00
keyboard.js Fix missing caps lock events on iOS 2021-03-29 11:57:26 +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 Update copyright to 2019 for modified files 2021-03-29 11:54:44 +03:00
util.js Send NumLock on macOS, even though the key is Clear 2021-03-29 11:56:55 +03: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