diff options
author | Christian Beier <dontmind@freeshell.org> | 2012-08-19 15:34:40 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2012-08-19 15:34:40 +0200 |
commit | 2b4f616d96f92dc6596f8f4836582048dd57a3a5 (patch) | |
tree | aeaac6647bb0320de605e40905702066144ce786 /webclients/novnc/include/input.js | |
parent | 2fba1be4536511696a266fb504c60167d3015038 (diff) | |
download | libtdevnc-2b4f616d96f92dc6596f8f4836582048dd57a3a5.tar.gz libtdevnc-2b4f616d96f92dc6596f8f4836582048dd57a3a5.zip |
Update noVNC webclient.
Diffstat (limited to 'webclients/novnc/include/input.js')
-rw-r--r-- | webclients/novnc/include/input.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/webclients/novnc/include/input.js b/webclients/novnc/include/input.js index 1dfe719..9298dfe 100644 --- a/webclients/novnc/include/input.js +++ b/webclients/novnc/include/input.js @@ -1167,14 +1167,14 @@ unicodeTable = { 0x21D4 : 0x08cd, 0x21D2 : 0x08ce, 0x2261 : 0x08cf, - 0x221A : 0x08d6, + //0x221A : 0x08d6, 0x2282 : 0x08da, 0x2283 : 0x08db, 0x2229 : 0x08dc, 0x222A : 0x08dd, 0x2227 : 0x08de, 0x2228 : 0x08df, - 0x2202 : 0x08ef, + //0x2202 : 0x08ef, 0x0192 : 0x08f6, 0x2190 : 0x08fb, 0x2191 : 0x08fc, @@ -1509,7 +1509,7 @@ unicodeTable = { 0x012D : 0x100012d, 0x01B6 : 0x10001b6, 0x01E7 : 0x10001e7, - 0x01D2 : 0x10001d2, + //0x01D2 : 0x10001d2, 0x0275 : 0x1000275, 0x018F : 0x100018f, 0x0259 : 0x1000259, @@ -1908,4 +1908,4 @@ unicodeTable = { 0x28fd : 0x10028fd, 0x28fe : 0x10028fe, 0x28ff : 0x10028ff -};
\ No newline at end of file +}; |