KasmVNC/kasmweb/tests
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
..
.eslintrc Initial commit 2020-09-20 12:16:44 +00:00
assertions.js Initial commit 2020-09-20 12:16:44 +00:00
fake.websocket.js Send data one byte at a time in tests 2021-03-29 11:34:38 +03:00
karma-test-main.js Initial commit 2020-09-20 12:16:44 +00:00
playback-ui.js Initial commit 2020-09-20 12:16:44 +00:00
playback.js Initial commit 2020-09-20 12:16:44 +00:00
test.base64.js Initial commit 2020-09-20 12:16:44 +00:00
test.display.js Set viewport size for autoscale tests 2021-03-29 11:49:41 +03:00
test.helper.js Send NumLock on macOS, even though the key is Clear 2021-03-29 11:56:55 +03:00
test.keyboard.js Fix missing caps lock events on iOS 2021-03-29 11:57:26 +03:00
test.localization.js Initial commit 2020-09-20 12:16:44 +00:00
test.mouse.js Initial commit 2020-09-20 12:16:44 +00:00
test.rfb.js Add support for VMware cursor encoding 2021-03-29 11:53:24 +03:00
test.util.js Initial commit 2020-09-20 12:16:44 +00:00
test.websock.js Don't compact the receive buffer unless we've actually run out of space 2021-03-29 11:45:00 +03:00
test.webutil.js Initial commit 2020-09-20 12:16:44 +00:00
vnc_playback.html Fix up errors and warnings in vnc_playback.html 2021-03-29 11:38:25 +03:00