From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: [PATCH] qemu-remote: missing CS 15446 Date: Fri, 19 Sep 2008 11:39:40 +0100 Message-ID: <48D3816C.8030707@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel Cc: Ian Jackson List-Id: xen-devel@lists.xenproject.org qemu-remote is missing the changeset 15446. --- # HG changeset patch # User kfraser@localhost.localdomain # Date 1183453608 -3600 # Node ID f85252ce203e5cc05d959641f141aa1d885d8cfb # Parent 182446677b6b56d58523050a6225a73d87a86ab7 hvm: Fix keymap for Windows keys. Signed-off-by: Takanori Kasai Signed-off-by: Junko Ichino diff -r 182446677b6b -r f85252ce203e tools/ioemu/keymaps/modifiers --- a/tools/ioemu/keymaps/modifiers Mon Jul 02 08:42:13 2007 +0100 +++ b/tools/ioemu/keymaps/modifiers Tue Jul 03 10:06:48 2007 +0100 @@ -11,8 +11,8 @@ # 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