diff mbox

[v2,1/4] qemu-char: add Czech characters to VNC keysyms

Message ID 3ad0fae079609a3ae01272ad5073708daec40c66.1381925918.git.JKrupa@suse.com
State New
Headers show

Commit Message

Jan Krupa Oct. 16, 2013, 12:40 p.m. UTC
This patch adds missing Czech characters to the VNC keysym table.

Signed-off-by: Jan Krupa <jkrupa@suse.com>
---
 ui/vnc_keysym.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

Comments

Michael Tokarev Nov. 1, 2013, 10:01 a.m. UTC | #1
16.10.2013 16:40, Jan Krupa wrote:
> This patch adds missing Czech characters to the VNC keysym table.

Thanks, applied to the trivial-patches queue.

/mjt
diff mbox

Patch

diff --git a/ui/vnc_keysym.h b/ui/vnc_keysym.h
index 6250bec..72c01d1 100644
--- a/ui/vnc_keysym.h
+++ b/ui/vnc_keysym.h
@@ -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 */