You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
4 years ago
..
.eslintrc Initial commit 5 years ago
assertions.js Initial commit 5 years ago
fake.websocket.js Send data one byte at a time in tests 4 years ago
karma-test-main.js Initial commit 5 years ago
playback-ui.js Initial commit 5 years ago
playback.js Initial commit 5 years ago
test.base64.js Initial commit 5 years ago
test.display.js Set viewport size for autoscale tests 4 years ago
test.helper.js Send NumLock on macOS, even though the key is Clear 4 years ago
test.keyboard.js Fix missing caps lock events on iOS 4 years ago
test.localization.js Initial commit 5 years ago
test.mouse.js Initial commit 5 years ago
test.rfb.js Add support for VMware cursor encoding 4 years ago
test.util.js Initial commit 5 years ago
test.websock.js Don't compact the receive buffer unless we've actually run out of space 4 years ago
test.webutil.js Initial commit 5 years ago
vnc_playback.html Fix up errors and warnings in vnc_playback.html 4 years ago