From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxFQ6-0006ZV-3l for qemu-devel@nongnu.org; Tue, 26 May 2015 10:01:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxFQ1-0007kI-I6 for qemu-devel@nongnu.org; Tue, 26 May 2015 10:01:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxFQ1-0007kC-Ar for qemu-devel@nongnu.org; Tue, 26 May 2015 10:01:21 -0400 Message-ID: <1432648866.24602.12.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 26 May 2015 16:01:06 +0200 In-Reply-To: <5c07634a39eecae39a9f0ba7a8cc58d5.squirrel@nonada.if.usp.br> References: <5541B728.8020404@msgid.tls.msk.ru> <555C73AB.2090408@msgid.tls.msk.ru> <1432288894.12533.43.camel@nilsson.home.kraxel.org> <555F2AC7.80807@msgid.tls.msk.ru> <1432300809.12533.55.camel@nilsson.home.kraxel.org> <5c07634a39eecae39a9f0ba7a8cc58d5.squirrel@nonada.if.usp.br> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] ABNT2 keys again List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Joao Luis Meloni Assirati Cc: 772422@bugs.debian.org, Michael Tokarev , qemu-devel , "R. Lemos" > static const uint8_t evdev_keycode_to_pc_keycode[61] = { > - 0, /* 97 EVDEV - RO ("Internet" Keyboards) */ > + 0x73, /* 97 EVDEV - /? (ABNT2 Keyboards) */ That one looks good. > - 0, /* 129 EVDEV - I129 ("Internet" Keyboards) */ > + 0x34, /* 129 abnt2 KP-period */ That is the *other* dot key, outside keypad. Patches just sent via git-send-email, test results are welcome. thanks, Gerd