From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxcY3-0000Li-Nk for qemu-devel@nongnu.org; Wed, 27 May 2015 10:43:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxcXx-0002h4-CR for qemu-devel@nongnu.org; Wed, 27 May 2015 10:43:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxcXx-0002gs-7G for qemu-devel@nongnu.org; Wed, 27 May 2015 10:43:05 -0400 Message-ID: <1432737778.16596.21.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Wed, 27 May 2015 16:42:58 +0200 In-Reply-To: <20150527114025.GC6364@redhat.com> References: <1432648685-17925-1-git-send-email-kraxel@redhat.com> <1432648685-17925-2-git-send-email-kraxel@redhat.com> <20150527114025.GC6364@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] kbd: add brazil kbd keys to x11 evdev map List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Michael Tokarev , gtk-vnc-list@gnome.org, 772422@bugs.debian.org, qemu-devel@nongnu.org, Joao Luis Meloni Assirati Hi, > For EVDEV_KPCOMMA it maps to XT KBD code 126 (0x7e in decimal) which > does not match your patch. I'm not sure where I got that mapping > from originally - probably from the Linux kernel's XT <-> evdev > keymapping tables. > > So presumably you were finding the KPCOMMA one was broken in > remote-viewer ? Yes. FYI: https://www.kraxel.org/cgit/input/ recently got a 'emulate-key' utility which sends key events via uinput. This allows to test this kind of stuff without actually having a physical brazilian keyboard. cheers, Gerd