Skip to content

Commit

Permalink
qemu-char: add Czech characters to VNC keysyms
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jan Krupa authored and Michael Tokarev committed Nov 13, 2013
1 parent 964668b commit 018715f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ui/vnc_keysym.h
Expand Up @@ -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 */
Expand Down

0 comments on commit 018715f

Please sign in to comment.