summaryrefslogtreecommitdiffstats
path: root/ui/vnc_keysym.h
diff options
context:
space:
mode:
authorLeszek Grzegorek <leszek.grzegorek@gmail.com>2011-03-14 10:30:08 +0100
committerAurelien Jarno <aurelien@aurel32.net>2011-04-01 22:29:27 +0200
commitee7495d3a9304942ad75f07713b565db25352411 (patch)
treea5725ab445f2a3302f3b3578660c4039985bbeee /ui/vnc_keysym.h
parent8cffde7329734c17ee2eeec84944abbf4a0f23f3 (diff)
downloadhqemu-ee7495d3a9304942ad75f07713b565db25352411.zip
hqemu-ee7495d3a9304942ad75f07713b565db25352411.tar.gz
vnc: added missing name->keysym pairs for Polish national characters
There are no { name, keysym } values in name2keysym[] array for Polish national characters so "-k pl" option has no effect. Signed-off-by: Leszek Grzegorek <leszek.grzegorek@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'ui/vnc_keysym.h')
-rw-r--r--ui/vnc_keysym.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/ui/vnc_keysym.h b/ui/vnc_keysym.h
index 55cb87e..df33cfe 100644
--- a/ui/vnc_keysym.h
+++ b/ui/vnc_keysym.h
@@ -202,6 +202,24 @@ static const name2keysym_t name2keysym[]={
{ "ydiaeresis", 0x0ff},
{"EuroSign", 0x20ac}, /* XK_EuroSign */
+/* latin 2 - Polish national characters */
+{ "eogonek", 0x1ea},
+{ "Eogonek", 0x1ca},
+{ "aogonek", 0x1b1},
+{ "Aogonek", 0x1a1},
+{ "sacute", 0x1b6},
+{ "Sacute", 0x1a6},
+{ "lstroke", 0x1b3},
+{ "Lstroke", 0x1a3},
+{ "zabovedot", 0x1bf},
+{ "Zabovedot", 0x1af},
+{ "zacute", 0x1bc},
+{ "Zacute", 0x1ac},
+{ "cacute", 0x1e6},
+{ "Cacute", 0x1c6},
+{ "nacute", 0x1f1},
+{ "Nacute", 0x1d1},
+
/* modifiers */
{"ISO_Level3_Shift", 0xfe03}, /* XK_ISO_Level3_Shift */
{"Control_L", 0xffe3}, /* XK_Control_L */
OpenPOWER on IntegriCloud