keysym-utf: remove bogus Korean Won sign entry
authorRan Benita <ran@unusedvar.com>
Sun, 15 May 2022 07:32:58 +0000 (10:32 +0300)
committerRan Benita <ran@unusedvar.com>
Sun, 15 May 2022 07:35:30 +0000 (10:35 +0300)
This entry maps a non existing special keysym 0x20a9.
The correct mapping for XKB_KEY_Korean_Won (0x0eff) already exists.

Signed-off-by: Ran Benita <ran@unusedvar.com>
src/keysym-utf.c

index 3d1950a..1b93f3b 100644 (file)
@@ -831,7 +831,6 @@ static const struct codepair keysymtab[] = {
     { 0x20a6, 0x20a6 }, /*                   NairaSign ₦ NAIRA SIGN */
     { 0x20a7, 0x20a7 }, /*                  PesetaSign ₧ PESETA SIGN */
     { 0x20a8, 0x20a8 }, /*                   RupeeSign ₨ RUPEE SIGN */
-    { 0x20a9, 0x20a9 }, /*                     WonSign ₩ WON SIGN */
     { 0x20aa, 0x20aa }, /*               NewSheqelSign ₪ NEW SHEQEL SIGN */
     { 0x20ab, 0x20ab }, /*                    DongSign ₫ DONG SIGN */
     { 0x20ac, 0x20ac }, /*                    EuroSign € EURO SIGN */