From 483157f87fe12e61f6b5f39adf4b4818202c8efc Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Thu, 26 Apr 2012 08:18:27 -0500 Subject: [PATCH] Comment out duplicates in unicodeTable. Unfortunately the values for those duplicate keys are not the same and I'm not sure which ones are more correct. However, for now, I've commented out the second occurrence. This data is generated from /usr/include/X11/keysymdef.h using the utils/u2x11 script. --- include/input.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/input.js b/include/input.js index 1dfe7199..9298dfef 100644 --- a/include/input.js +++ b/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 +};