noVNC/tests
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
..
.eslintrc Enforce function names 2018-09-06 16:53:40 +02:00
assertions.js Enforce indentation 2018-09-06 16:37:38 +02:00
fake.websocket.js Send data one byte at a time in tests 2019-02-15 10:26:27 +01:00
karma-test-main.js Enforce curly braces for control statements 2018-09-06 17:22:40 +02:00
playback-ui.js Use CustomEvent for playback events 2019-01-08 12:25:42 +01:00
playback.js Pre-convert recordings for playback 2019-01-08 12:24:39 +01:00
test.base64.js Enforce space after function name 2018-09-06 17:34:15 +02:00
test.display.js Set viewport size for autoscale tests 2019-08-23 15:48:30 +02:00
test.helper.js Send NumLock on macOS, even though the key is Clear 2019-11-01 13:13:35 +01:00
test.keyboard.js Fix missing caps lock events on iOS 2019-11-07 16:44:26 +01:00
test.localization.js Enforce space after function name 2018-09-06 17:34:15 +02:00
test.mouse.js Enforce space after function name 2018-09-06 17:34:15 +02:00
test.rfb.js Merge pull request #1299 from CendioNiko/vmwarecursor 2019-09-25 14:45:29 +02:00
test.util.js Enforce space after function name 2018-09-06 17:34:15 +02:00
test.websock.js Don't compact the receive buffer unless we've actually run out of space 2019-08-16 19:34:09 +02:00
test.webutil.js Remove callbacks from UI in favour of promises 2019-02-27 10:18:59 +02:00
vnc_playback.html Fix up errors and warnings in vnc_playback.html 2019-03-26 15:21:31 +01:00