KasmVNC/kasmweb/core
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
..
decoders Update copyright to 2019 for modified files 2021-03-29 11:54:44 +03:00
input Fix missing caps lock events on iOS 2021-03-29 11:57:26 +03:00
util Rename document.capturedElem to captureElement 2021-03-29 11:55:52 +03:00
base64.js Use default argument for base64 2021-03-29 11:35:16 +03:00
des.js Convert DES into a class 2021-03-29 11:35:23 +03:00
display.js Update copyright to 2019 for modified files 2021-03-29 11:54:44 +03:00
encodings.js Update copyright to 2019 for modified files 2021-03-29 11:54:44 +03:00
inflator.js Initial commit 2020-09-20 12:16:44 +00:00
rfb.js Update copyright to 2019 for modified files 2021-03-29 11:54:44 +03:00
websock.js Update copyright to 2019 for modified files 2021-03-29 11:54:44 +03:00