qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] fixing keymap for Windows keys
@ 2008-09-19 10:47 Stefano Stabellini
  2008-09-22 19:44 ` Anthony Liguori
  0 siblings, 1 reply; 2+ messages in thread
From: Stefano Stabellini @ 2008-09-19 10:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: ichino.junko, kasai.takanori

Fixing Windows keys mapping (CS 15446 form xen-unstable).

Original authors (CC'ed):

Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com>
Signed-off-by: Junko Ichino <ichino.junko@jp.fujitsu.com>

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] fixing keymap for Windows keys
  2008-09-19 10:47 [Qemu-devel] [PATCH] fixing keymap for Windows keys Stefano Stabellini
@ 2008-09-22 19:44 ` Anthony Liguori
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2008-09-22 19:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: ichino.junko, kasai.takanori

Stefano Stabellini wrote:
> Fixing Windows keys mapping (CS 15446 form xen-unstable).
>
> Original authors (CC'ed):
>
> Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com>
> Signed-off-by: Junko Ichino <ichino.junko@jp.fujitsu.com>
>   

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
>
>
>   

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-22 19:45 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:47 [Qemu-devel] [PATCH] fixing keymap for Windows keys Stefano Stabellini
2008-09-22 19:44 ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).