From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxrEp-0005Iu-JF for qemu-devel@nongnu.org; Thu, 28 May 2015 02:24:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxrEk-0005Br-Le for qemu-devel@nongnu.org; Thu, 28 May 2015 02:24:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxrEk-0005Bf-G9 for qemu-devel@nongnu.org; Thu, 28 May 2015 02:24:14 -0400 Message-ID: <1432794244.12688.10.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Thu, 28 May 2015 08:24:04 +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. Did some more testing, 0x7e seems to be the correct one. Everything is consistent with that one: vnc client, input_event_key_* trace event, input-events reporting within the guest. So no change needed in gtk-vnc, I'll update the qemu patch. cheers, Gerd