From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cl75B-0004Y6-82 for qemu-devel@nongnu.org; Sun, 02 Jan 2005 09:51:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cl75A-0004Xh-GT for qemu-devel@nongnu.org; Sun, 02 Jan 2005 09:51:48 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cl75A-0004Xe-DN for qemu-devel@nongnu.org; Sun, 02 Jan 2005 09:51:48 -0500 Received: from [64.233.170.193] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cl6u0-0002xy-SV for qemu-devel@nongnu.org; Sun, 02 Jan 2005 09:40:16 -0500 Received: by rproxy.gmail.com with SMTP id i8so87997rne for ; Sun, 02 Jan 2005 06:40:15 -0800 (PST) Message-ID: Date: Sun, 2 Jan 2005 17:40:15 +0300 From: Phil Krylov Subject: Re: [Qemu-devel] Mac keyboard not supported In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <726C0B9A-5958-11D9-8651-000393CFF340@teleline.es> Reply-To: Phil Krylov , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello Laurent, Have a happy new year! On Sat, 1 Jan 2005 19:20:50 +0100, Laurent Amon wrote: > In the meanwhile, I just ported my old patch (included) to the snapshot > of a few days ago. It works with the french keyboard, and should work > with any other international one (and even US). Use your usual language > setting and start qemu without the '-k' argument. With this patch, everything works just fine here - except CapsLock and A keys. This piece of the patch doesn't seem to work as expected: case SDLK_a: /* I just don't want to know why this is needed */ case 0x71: keycode = 0x1e; break; -- Ph.