summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Tokarev2013-02-03 21:36:25 +0100
committerAnthony Liguori2013-02-06 15:29:58 +0100
commit15af6321f4d1f90d0ae1b5cb05093c48b41c4533 (patch)
treea3abaa3684f05554e40b8a3d04b804afd8d60e04
parentqemu/9p: Don't ignore error in fid clunk (diff)
downloadqemu-15af6321f4d1f90d0ae1b5cb05093c48b41c4533.tar.gz
qemu-15af6321f4d1f90d0ae1b5cb05093c48b41c4533.tar.xz
qemu-15af6321f4d1f90d0ae1b5cb05093c48b41c4533.zip
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: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r--ui/vnc_keysym.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/vnc_keysym.h b/ui/vnc_keysym.h
index df33cfe53c..6250bec692 100644
--- a/ui/vnc_keysym.h
+++ b/ui/vnc_keysym.h
@@ -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 */