* [PATCH] qemu-remote: missing CS 15446
@ 2008-09-19 10:39 Stefano Stabellini
2008-09-19 10:46 ` Stefano Stabellini
0 siblings, 1 reply; 2+ messages in thread
From: Stefano Stabellini @ 2008-09-19 10:39 UTC (permalink / raw)
To: xen-devel; +Cc: Ian Jackson
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 <kasai.takanori@jp.fujitsu.com>
Signed-off-by: Junko Ichino <ichino.junko@jp.fujitsu.com>
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] qemu-remote: missing CS 15446
2008-09-19 10:39 [PATCH] qemu-remote: missing CS 15446 Stefano Stabellini
@ 2008-09-19 10:46 ` Stefano Stabellini
0 siblings, 0 replies; 2+ messages in thread
From: Stefano Stabellini @ 2008-09-19 10:46 UTC (permalink / raw)
To: xen-devel; +Cc: Ian Jackson
Stefano Stabellini wrote:
> qemu-remote is missing the changeset 15446.
>
The following is a patch that actually applies to qemu-remote:
---
diff -r 76aa01ef15ef keymaps/modifiers
--- a/keymaps/modifiers Wed Sep 17 12:02:28 2008 +0100
+++ b/keymaps/modifiers Fri Sep 19 11:45:40 2008 +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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-19 10:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-19 10:39 [PATCH] qemu-remote: missing CS 15446 Stefano Stabellini
2008-09-19 10:46 ` Stefano Stabellini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.