From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ux3oJ-0006Gu-CG for qemu-devel@nongnu.org; Wed, 10 Jul 2013 19:28:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ux3oI-0006SK-I8 for qemu-devel@nongnu.org; Wed, 10 Jul 2013 19:28:35 -0400 Received: from mail-ob0-f170.google.com ([209.85.214.170]:36267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ux3oI-0006S6-Da for qemu-devel@nongnu.org; Wed, 10 Jul 2013 19:28:34 -0400 Received: by mail-ob0-f170.google.com with SMTP id ef5so9305126obb.29 for ; Wed, 10 Jul 2013 16:28:33 -0700 (PDT) From: Anthony Liguori In-Reply-To: References: <1373487438.8183.225@snotra> Date: Wed, 10 Jul 2013 18:28:31 -0500 Message-ID: <87zjtukna8.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [Qemu-ppc] Mac OS X on QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid , Scott Wood Cc: Stefan Hajnoczi , The OpenBIOS Mailinglist , "qemu-ppc@nongnu.org list:PowerPC" , qemu-devel qemu-devel Programmingkid writes: > On Jul 10, 2013, at 4:17 PM, Scott Wood wrote: > >> Keyboards don't generally speak ASCII (or Unicode). They produce keycodes, which are generally translated into some sort of event by the host's input layer (e.g. the X server). It's up to the guest software to translate those keycodes into either ASCII or Unicode (or whatever else it wants). > > Thanks for this info. The ascii system does work on a PC environment. This thread is confusing presumably because people are mixing up topics. The Windows key is the same thing as the Command key. As Scott already mentioned, there is no physical difference between an Apple and PC keyboard except for stickers on the keys. On a PC keyboard, the sticker is a Windows logo. On an Apple keyboard, it's the Command logo. If the Windows key is not injecting a Command key, it's a bug. This should work just fine with the GTK UI. I have no idea about Cocoa if that's what you're using. ASCII has nothing to do with keyboards. It's a character encoding. Regards, Anthony Liguori