]> git.proxmox.com Git - qemu.git/commitdiff
qemu-char: add Czech characters to VNC keysyms
authorJan Krupa <JKrupa@suse.com>
Wed, 16 Oct 2013 12:40:03 +0000 (14:40 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 13 Nov 2013 11:48:38 +0000 (15:48 +0400)
This patch adds missing Czech characters to the VNC keysym table.

Signed-off-by: Jan Krupa <jkrupa@suse.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
ui/vnc_keysym.h

index 6250bec6923d523c267b709830d9d8fc4ece6edd..72c01d1ea288e15b05b4fd49359634b5787ee823 100644 (file)
@@ -224,6 +224,14 @@ static const name2keysym_t name2keysym[]={
 { "odoubleacute",         0x1f5},
 { "udoubleacute",         0x1fb},
 
+/* Czech national characters */
+{ "ecaron",               0x1ec},
+{ "scaron",               0x1b9},
+{ "ccaron",               0x1e8},
+{ "rcaron",               0x1f8},
+{ "zcaron",               0x1be},
+{ "uring",                0x1f9},
+
     /* modifiers */
 {"ISO_Level3_Shift", 0xfe03}, /* XK_ISO_Level3_Shift */
 {"Control_L", 0xffe3}, /* XK_Control_L */