From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3Qiz-0001cQ-0K for qemu-devel@nongnu.org; Fri, 02 Mar 2012 06:32:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3Qir-0004n2-Du for qemu-devel@nongnu.org; Fri, 02 Mar 2012 06:32:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3Qir-0004ms-49 for qemu-devel@nongnu.org; Fri, 02 Mar 2012 06:32:29 -0500 Message-ID: <4F50AFBA.7010502@redhat.com> Date: Fri, 02 Mar 2012 13:32:10 +0200 From: Marko Myllynen MIME-Version: 1.0 References: <4F3D7C06.6010804@iki.fi> <4F50A70B.2080002@msgid.tls.msk.ru> In-Reply-To: <4F50A70B.2080002@msgid.tls.msk.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Bug#660154: qemu-keymaps: Finnish keyboard mapping broken Reply-To: myllynen@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: Timo Sirainen , qemu-devel , 660154@bugs.debian.org Hi, On 2012-03-02 12:55, Michael Tokarev wrote: > On 17.02.2012 01:58, Timo Sirainen wrote: >> Subject: qemu-keymaps: Finnish keyboard mapping broken >> Package: qemu-keymaps >> Version: 1.0+dfsg-3 >> Severity: normal >> >> With "-k fi -vnc :1" the keyboard layout works pretty well, except the key between left shift and "z" key, which generates<> characters doesn't work. Instead of "<" it shows "z" and instead of">" (shift-<) it shows "X". >> >> It works correctly if I comment out these lines: >> >> less 0x2c shift altgr >> greater 0x2d shift altgr > > Confirmed, and the fix is verified by independent person with > finnish keyboard -- https://bugzilla.redhat.com/show_bug.cgi?id=794653 > Thank you Atro for the help! while the fix above would seem to resolve this specific issue in most cases it is probably best to leave the keymap undefined thus avoiding using the QEMU internal keymap definitions at all: https://bugzilla.redhat.com/show_bug.cgi?id=638523 http://hg.fedorahosted.org/hg/python-virtinst/rev/2bde513dcd9e http://berrange.com/posts/2010/07/04/more-than-you-or-i-ever-wanted-to-know-about-virtual-keyboard-handling/ Cheers, -- Marko Myllynen