From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G84Vf-00021h-ME for qemu-devel@nongnu.org; Tue, 01 Aug 2006 20:22:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G84Vd-00021R-B7 for qemu-devel@nongnu.org; Tue, 01 Aug 2006 20:22:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G84Vd-00021O-22 for qemu-devel@nongnu.org; Tue, 01 Aug 2006 20:22:49 -0400 Received: from [66.249.82.194] (helo=wx-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G84Yc-0005OD-ND for qemu-devel@nongnu.org; Tue, 01 Aug 2006 20:25:54 -0400 Received: by wx-out-0102.google.com with SMTP id r21so663871wxc for ; Tue, 01 Aug 2006 17:22:45 -0700 (PDT) Message-ID: <83a4d4ca0608011722k66a5ecaag1cf147a035c16e1@mail.gmail.com> Date: Wed, 2 Aug 2006 02:22:44 +0200 From: Edu Subject: [Qemu-devel] Re: AltGr keystrokes MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Hi, I also have issues with extended characters in my keyboard layout when using VNC. Part of them seem to be caused by sign extension in function read_u32 from vnc.c, which should not be done. I need to do some more testing, though. Eduardo Felipe