Skip to content
Snippets Groups Projects
Commit 15af6321 authored by Michael Tokarev's avatar Michael Tokarev Committed by Anthony Liguori
Browse files

vnc: recognize Hungarian doubleacutes

As reported in http://bugs.debian.org/697641

 , some Hungarian keys
does not work with qemu when using vnc display.

This is because while the Hungarian keymap mentions these symbols,
qemu know nothing about them.  So add them.

This patch is applicable to -stable for all previous releases.

Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
parent a911a182
No related branches found
No related tags found
No related merge requests found
......@@ -215,10 +215,14 @@ static const name2keysym_t name2keysym[]={
{ "Zabovedot", 0x1af},
{ "zacute", 0x1bc},
{ "Zacute", 0x1ac},
{ "Odoubleacute", 0x1d5},
{ "Udoubleacute", 0x1db},
{ "cacute", 0x1e6},
{ "Cacute", 0x1c6},
{ "nacute", 0x1f1},
{ "Nacute", 0x1d1},
{ "odoubleacute", 0x1f5},
{ "udoubleacute", 0x1fb},
/* modifiers */
{"ISO_Level3_Shift", 0xfe03}, /* XK_ISO_Level3_Shift */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment