]> git.proxmox.com Git - mirror_novnc.git/commit
Send combination keysyms for some Japanese keys
authorPierre Ossman <ossman@cendio.se>
Thu, 10 Dec 2020 08:43:49 +0000 (09:43 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 10 Dec 2020 09:00:44 +0000 (10:00 +0100)
commit146258291ad546a18b05a6c3704a26b8c5d819d4
tree978cdfd2ec0e298d4dab205bfce22176256939e9
parent3e55d5d71af51eaa1d960bbd67b744ec61df9aba
Send combination keysyms for some Japanese keys

Windows doesn't give us stable symbols for a bunch of Japanese IM keys,
instead alternating between two symbols. This state is not synchronised
with the IM running on the remote server so to have stable behaviour we
have to collapse these multiple symbols in to a single keysym.
core/input/util.js
tests/test.helper.js