From patchwork Fri Mar 2 10:55:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tokarev X-Patchwork-Id: 144217 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2A3F61007D6 for ; Fri, 2 Mar 2012 21:55:55 +1100 (EST) Received: from localhost ([::1]:60475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3Q9Q-0002HP-Ep for incoming@patchwork.ozlabs.org; Fri, 02 Mar 2012 05:55:52 -0500 Received: from eggs.gnu.org ([208.118.235.92]:41800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3Q91-0002GN-1Z for qemu-devel@nongnu.org; Fri, 02 Mar 2012 05:55:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3Q8k-0006Fh-FV for qemu-devel@nongnu.org; Fri, 02 Mar 2012 05:55:26 -0500 Received: from isrv.corpit.ru ([86.62.121.231]:60950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3Q8k-0006FH-7l for qemu-devel@nongnu.org; Fri, 02 Mar 2012 05:55:10 -0500 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id 158C9A0233; Fri, 2 Mar 2012 14:55:08 +0400 (MSK) Message-ID: <4F50A70B.2080002@msgid.tls.msk.ru> Date: Fri, 02 Mar 2012 14:55:07 +0400 From: Michael Tokarev Organization: Telecom Service, JSC User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:8.0) Gecko/20120104 Icedove/8.0 MIME-Version: 1.0 To: Timo Sirainen References: <4F3D7C06.6010804@iki.fi> In-Reply-To: <4F3D7C06.6010804@iki.fi> X-Enigmail-Version: 1.3.4 OpenPGP: id=804465C5 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 86.62.121.231 Cc: qemu-devel , 660154@bugs.debian.org Subject: Re: [Qemu-devel] Bug#660154: qemu-keymaps: Finnish keyboard mapping broken X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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! The attached patch does just this: removes the two mentioned lines. index 2a4e0f0..4be7586 100644 Thanks! /mjt --- a/pc-bios/keymaps/fi +++ b/pc-bios/keymaps/fi @@ -99,9 +99,7 @@ asterisk 0x2b shift acute 0x2b altgr multiply 0x2b shift altgr guillemotleft 0x2c altgr -less 0x2c shift altgr guillemotright 0x2d altgr -greater 0x2d shift altgr copyright 0x2e altgr leftdoublequotemark 0x2f altgr grave 0x2f shift altgr