noVNC/core/input
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
..
domkeytable.js Fix typo for MailSend key 2019-11-01 10:49:19 +01:00
fixedkeys.js Change copyright header (#1138) 2018-10-09 12:15:35 +02:00
keyboard.js Fix missing caps lock events on iOS 2019-11-07 16:44:26 +01:00
keysym.js Enforce object key spacing 2018-09-06 17:07:11 +02:00
keysymdef.js Use ES6 classes 2018-07-12 19:06:57 +02:00
mouse.js Update copyright to 2019 for modified files 2019-09-30 15:35:33 +02:00
util.js Send NumLock on macOS, even though the key is Clear 2019-11-01 13:13:35 +01:00
vkeys.js Change copyright header (#1138) 2018-10-09 12:15:35 +02:00
xtscancodes.js Get XT scan code mappings from the keycodemapdb project 2017-05-31 16:20:24 +02:00