From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTZfZ-0000Nj-P8 for qemu-devel@nongnu.org; Tue, 08 Oct 2013 11:58:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTZfS-0003KS-4M for qemu-devel@nongnu.org; Tue, 08 Oct 2013 11:57:57 -0400 Received: from cantor2.suse.de ([195.135.220.15]:39064 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTZfR-0003IC-RI for qemu-devel@nongnu.org; Tue, 08 Oct 2013 11:57:50 -0400 Message-ID: <52542BA3.7060409@suse.com> Date: Tue, 08 Oct 2013 17:58:27 +0200 From: Jan Krupa MIME-Version: 1.0 References: <87r4cewt8y.fsf@blackfin.pond.sub.org> <525429F5.1010900@suse.de> In-Reply-To: <525429F5.1010900@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] KVM Guest keymap issue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: Tim Hardeck , Matej Mailing , qemu-devel@nongnu.org, kvm@vger.kernel.org On 10/08/2013 05:51 PM, Andreas F=E4rber wrote: > Hi, >=20 > Am 08.10.2013 11:07, schrieb Matej Mailing: >> the strange thing is that all other keys and combinations work except >> those ccaron, Ccaron, scaron and Scaron, zcaron and ZCaron don't. >=20 > As mentioned on IRC, my colleague had sent a patch to add ccaron, scaro= n > and zcaron support for VNC: >=20 > http://patchwork.ozlabs.org/patch/270143/ >=20 > Looks as if that hasn't been picked up yet, other patches in that serie= s > have unresolved review comments. Jan? Sorry I was on vacation for the past few weeks. I'm back and I'll be sending updated patch later this week. I also added all missing key symbols already used in all keymaps in QEMU which should fix these problems. I'll send this in separate patch. Jan > Regards, > Andreas >=20 > P.S. Please don't top-post, that makes it harder to understand for adde= d > people. >=20 >> In >> our language there are many words containing those chars and I really >> need to have them working. >> >> When looking at the sl keymap file, those codes, even for all other >> chars that I type with showkey --ascii, are different than the showkey >> outputs, but they work (except those mentioned above). >> >> Now I am totally confused on how could those that work, work ... >> >> Thanks for any enlightenments in advance :) >> Matej >> >> 2013/9/26 Matej Mailing : >>> I am still pretty lost here, also after reading your link which shed = a >>> light to many things. >>> >>> Every suggestion and idea is very welcome! >>> Thanks, >>> Matej >>> >>> 2013/9/24 Markus Armbruster : >>>> Not specific to KVM, adding qemu-devel. >>>> >>>> Matej Mailing writes: >>>> >>>>> Dear list, >>>>> >>>>> I have a problem with a Windows XP guest that I connect to via VNC = and >>>>> is using "sl" keymap (option -k sl). >>>>> >>>>> The guest is Windows XP and the problematic characters are s, c and= z >>>>> with caron... when I type them via VNC, they are not printed at all= in >>>>> virtual system... I have checked the file /usr/share/kvm/keymaps/sl >>>>> and it seems that it contains different codes than I get when doing >>>>> showkey --ascii on the host machine (running Ubuntu 12.04). I have >>>>> tried to change the KVM's keymap file 'sl' with the codes I get fro= m >>>>> showkey, but they are still not printed in virtual system to which = I >>>>> am connected via VNC... >>>>> >>>>> I am totally lost with this issue, thanks for your time and ideas. >>>> >>>> Required reading for anyone struggling with virtual keyboards: >>>> >>>> https://www.berrange.com/posts/2010/07/04/more-than-you-or-i-ever-wa= nted-to-know-about-virtual-keyboard-handling/