From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KhrM4-0007cj-1D for qemu-devel@nongnu.org; Mon, 22 Sep 2008 15:45:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KhrM3-0007cJ-GL for qemu-devel@nongnu.org; Mon, 22 Sep 2008 15:45:55 -0400 Received: from [199.232.76.173] (port=35098 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhrM3-0007cD-5A for qemu-devel@nongnu.org; Mon, 22 Sep 2008 15:45:55 -0400 Received: from yw-out-1718.google.com ([74.125.46.156]:17943) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KhrM2-0002ui-SB for qemu-devel@nongnu.org; Mon, 22 Sep 2008 15:45:54 -0400 Received: by yw-out-1718.google.com with SMTP id 6so292399ywa.82 for ; Mon, 22 Sep 2008 12:45:54 -0700 (PDT) Message-ID: <48D7F5B7.2000001@codemonkey.ws> Date: Mon, 22 Sep 2008 14:44:55 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] fixing keymap for Windows keys References: <48D3832D.4040708@eu.citrix.com> In-Reply-To: <48D3832D.4040708@eu.citrix.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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@nongnu.org Cc: ichino.junko@jp.fujitsu.com, kasai.takanori@jp.fujitsu.com Stefano Stabellini wrote: > Fixing Windows keys mapping (CS 15446 form xen-unstable). > > Original authors (CC'ed): > > Signed-off-by: Takanori Kasai > Signed-off-by: Junko Ichino > Applied. Thanks. Regards, Anthony Liguori > diff --git a/keymaps/modifiers b/keymaps/modifiers > index 84a04d6..4013a6f 100644 > --- a/keymaps/modifiers > +++ b/keymaps/modifiers > @@ -10,8 +10,8 @@ Control_L 0x1d > > # Translate Super to Windows keys. > # This is hardcoded. See documentation for details. > -Super_R 0xdb > -Super_L 0xdc > +Super_R 0xdc > +Super_L 0xdb > > # Translate Menu to the Windows Application key. > Menu 0xdd > > >