debuggers.hg
changeset 16593:c1012765c760
[IOEMU] Add latin2 key symbol definitions.
Allows Hungarian users plus others to enter their language specific
accented characters.
Signed-off-by: Pat Campbell <plc@novell.com>
Allows Hungarian users plus others to enter their language specific
accented characters.
Signed-off-by: Pat Campbell <plc@novell.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Fri Dec 07 12:42:24 2007 +0000 (2007-12-07) |
parents | ec61ca6cd55b |
children | 14830da3fa9d |
files | tools/ioemu/vnc_keysym.h |
line diff
1.1 --- a/tools/ioemu/vnc_keysym.h Fri Dec 07 00:41:54 2007 +0000 1.2 +++ b/tools/ioemu/vnc_keysym.h Fri Dec 07 12:42:24 2007 +0000 1.3 @@ -203,6 +203,65 @@ static name2keysym_t name2keysym[]={ 1.4 { "ydiaeresis", 0x0ff}, 1.5 {"EuroSign", 0x20ac}, /* XK_EuroSign */ 1.6 1.7 +/* latin 2 extensions */ 1.8 +{ "Aogonek", 0x01a1}, 1.9 +{ "breve", 0x01a2}, 1.10 +{ "Lstroke", 0x01a3}, 1.11 +{ "Lcaron", 0x01a5}, 1.12 +{ "Sacute", 0x01a6}, 1.13 +{ "Scaron", 0x01a9}, 1.14 +{ "Scedilla", 0x01aa}, 1.15 +{ "Tcaron", 0x01ab}, 1.16 +{ "Zacute", 0x01ac}, 1.17 +{ "Zcaron", 0x01ae}, 1.18 +{ "Zabovedot", 0x01af}, 1.19 +{ "aogonek", 0x01b1}, 1.20 +{ "ogonek", 0x01b2}, 1.21 +{ "lstroke", 0x01b3}, 1.22 +{ "lcaron", 0x01b5}, 1.23 +{ "sacute", 0x01b6}, 1.24 +{ "caron", 0x01b7}, 1.25 +{ "scaron", 0x01b9}, 1.26 +{ "scedilla", 0x01ba}, 1.27 +{ "tcaron", 0x01bb}, 1.28 +{ "zacute", 0x01bc}, 1.29 +{ "doubleacute", 0x01bd}, 1.30 +{ "zcaron", 0x01be}, 1.31 +{ "zabovedot", 0x01bf}, 1.32 +{ "Racute", 0x01c0}, 1.33 +{ "Abreve", 0x01c3}, 1.34 +{ "Lacute", 0x01c5}, 1.35 +{ "Cacute", 0x01c6}, 1.36 +{ "Ccaron", 0x01c8}, 1.37 +{ "Eogonek", 0x01ca}, 1.38 +{ "Ecaron", 0x01cc}, 1.39 +{ "Dcaron", 0x01cf}, 1.40 +{ "Dstroke", 0x01d0}, 1.41 +{ "Nacute", 0x01d1}, 1.42 +{ "Ncaron", 0x01d2}, 1.43 +{ "Odoubleacute", 0x01d5}, 1.44 +{ "Rcaron", 0x01d8}, 1.45 +{ "Uring", 0x01d9}, 1.46 +{ "Udoubleacute", 0x01db}, 1.47 +{ "Tcedilla", 0x01de}, 1.48 +{ "racute", 0x01e0}, 1.49 +{ "abreve", 0x01e3}, 1.50 +{ "lacute", 0x01e5}, 1.51 +{ "cacute", 0x01e6}, 1.52 +{ "ccaron", 0x01e8}, 1.53 +{ "eogonek", 0x01ea}, 1.54 +{ "ecaron", 0x01ec}, 1.55 +{ "dcaron", 0x01ef}, 1.56 +{ "dstroke", 0x01f0}, 1.57 +{ "nacute", 0x01f1}, 1.58 +{ "ncaron", 0x01f2}, 1.59 +{ "odoubleacute", 0x01f5}, 1.60 +{ "udoubleacute", 0x01fb}, 1.61 +{ "rcaron", 0x01f8}, 1.62 +{ "uring", 0x01f9}, 1.63 +{ "tcedilla", 0x01fe}, 1.64 +{ "abovedot", 0x01ff}, 1.65 + 1.66 /* modifiers */ 1.67 {"Control_L", 0xffe3}, /* XK_Control_L */ 1.68 {"Control_R", 0xffe4}, /* XK_Control_R */