From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Ciztq-0000H9-HT for qemu-devel@nongnu.org; Mon, 27 Dec 2004 13:47:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Ciztq-0000Gq-3b for qemu-devel@nongnu.org; Mon, 27 Dec 2004 13:47:22 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Ciztp-0000Gk-W7 for qemu-devel@nongnu.org; Mon, 27 Dec 2004 13:47:22 -0500 Received: from [64.233.170.201] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ciziw-0000XB-89 for qemu-devel@nongnu.org; Mon, 27 Dec 2004 13:36:06 -0500 Received: by rproxy.gmail.com with SMTP id i8so484362rne for ; Mon, 27 Dec 2004 10:36:05 -0800 (PST) Message-ID: Date: Mon, 27 Dec 2004 21:36:05 +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: 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, On Mon, 27 Dec 2004 17:40:07 +0100, Laurent Amon wrote: > Hi, > > I would like to know if other mac users have trouble using their mac > keyboards with current CVS. Yes, I am using a Mac OS X 10.3.7 on TiBook 800 with a US English layout, and no letters are showing up, only digits, some punctuation, and cursor keys work. On press/release of non-working keys, messages like these appear in the terminal: Warning: no scancode found for keysym 171 Warning: no scancode found for keysym 171 Warning: no scancode found for keysym 172 Warning: no scancode found for keysym 172 Warning: no scancode found for keysym 310 Warning: no scancode found for keysym 310 Warning: no scancode found for keysym 27 Warning: no scancode found for keysym 27 However, it's possible to input letters in DOS/Windows guests by their ascii code, pressing fn-option-(numpad keys). > Has anybody written a mac (french or us) keymap file? I was going to do that when I have time and if noone does it before. Ph.