Package: qemu-kvm Version: 1.1.2+dfsg-3 When starting kvm with the "-k hu -vnc <displaynum>" options, even though the VNC viewer sends the proper keysyms, the running VM won't recognize the keys for the special characters odoubleacute, udoubleacute, Odoubleacute and Udoubleacute.
The following patch is a suggested fix for this problem (also attached
tar-ed) :
--- a/ui/vnc_keysym.h 2012-09-09 15:21:39.000000000 +0200
+++ b/ui/vnc_keysym.h 2013-01-07 21:38:31.000000000 +0100
@@ -215,10 +215,14 @@
{ "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 */
vnc_keysym_hu.tar
Description: Unix tar archive

