[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#412352: xkb-data: Right "Meta" key sets the wrong modifier in compat/misc



Package: xkb-data
Version: 0.9-4
Severity: normal
Tags: patch

This seems to be an obvious copy-paste bug. Patch attached.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

-- no debconf information
diff -ur xkeyboard-config-0.9/compat/misc xkeyboard-config-0.9.fixed/compat/misc
--- xkeyboard-config-0.9/compat/misc	2005-11-27 02:17:11.000000000 +0300
+++ xkeyboard-config-0.9.fixed/compat/misc	2007-02-25 18:38:56.000000000 +0300
@@ -58,7 +58,7 @@
     };
 
     interpret Meta_R	{
-	action = SetMods(modifiers=Alt);
+	action = SetMods(modifiers=Meta);
     };
 
     // Sets the "Super" virtual modifier

Reply to: