From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFPQ8-00048f-AI for qemu-devel@nongnu.org; Wed, 04 Apr 2012 08:34:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFPQ0-0006d0-Es for qemu-devel@nongnu.org; Wed, 04 Apr 2012 08:34:38 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:40443) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFPQ0-0006bW-6c for qemu-devel@nongnu.org; Wed, 04 Apr 2012 08:34:32 -0400 Received: from tsrv.corpit.ru (tsrv.tls.msk.ru [192.168.177.2]) by isrv.corpit.ru (Postfix) with ESMTP id AB170A0462 for ; Wed, 4 Apr 2012 16:34:22 +0400 (MSK) Message-ID: <4F7C3FCE.60806@msgid.tls.msk.ru> Date: Wed, 04 Apr 2012 16:34:22 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <4F3D7C06.6010804@iki.fi> In-Reply-To: <4F3D7C06.6010804@iki.fi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH, repost] qemu-keymaps: Finnish keyboard mapping broken Reply-To: Michael Tokarev List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-devel As mentioned in http://bugs.debian.org/660154 , finnish keyboard mapping is kind of broken. Fix it as Timo Sirainen suggests in #660154. index 2a4e0f0..4be7586 100644 --- 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 Thanks! /mjt