From f12fcb4930d0b6ea045a637493d130c4a9d2a180 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 19 Sep 2008 17:57:35 +0100 Subject: [PATCH] keymaps: Correct Japanese Windows keys According to http://lists.xensource.com/archives/html/xen-devel/2007-07/msg00028.html the translations for Super_R and _L are wrong. This change, which was cross-ported from xen-unstable 15446:f85252ce203e5cc05d959641f141aa1d885d8cfb fixes this. Signed-off-by: Takanori Kasai Signed-off-by: Junko Ichino Signed-off-by: Ian Jackson --- keymaps/modifiers | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keymaps/modifiers b/keymaps/modifiers index 84a04d651..4013a6f05 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 -- 2.39.5