noVNC/core
Alex Tanskanen a6304f91d0 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>
2019-11-07 16:44:26 +01:00
..
decoders Update copyright to 2019 for modified files 2019-09-30 15:35:33 +02:00
input Fix missing caps lock events on iOS 2019-11-07 16:44:26 +01:00
util Rename document.capturedElem to captureElement 2019-10-23 15:59:43 +02:00
base64.js Use default argument for base64 2019-02-26 23:52:47 +02:00
des.js Convert DES into a class 2019-02-26 23:53:43 +02:00
display.js Update copyright to 2019 for modified files 2019-09-30 15:35:33 +02:00
encodings.js Update copyright to 2019 for modified files 2019-09-30 15:35:33 +02:00
inflator.js Use ES6 classes 2018-07-12 19:06:57 +02:00
rfb.js Update copyright to 2019 for modified files 2019-09-30 15:35:33 +02:00
websock.js Update copyright to 2019 for modified files 2019-09-30 15:35:33 +02:00