Hallo Andreas, 

Am 2004-07-06 11:12:26, schrieb Andreas Pakulat:
>Hi,
>
>das Problem hab ich schon ne Weile aber so langsam wirds echt nervig.
>Das Umschalten zwischen den Fenstern funktioniert nicht mehr, d.h. ich
>kann zwar zu den Fenstern wechseln in der Liste, aber muss Enter

Guck mal ins BTS :-)
Es ist ein Bug in XFree86.. 
Habe mal das Patch angehängt...

>Andreas

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)
--- etc/X11/xkb/symbols/pc/pc   15 May 2003 13:32:00 -0000      1.8
+++ etc/X11/xkb/symbols/pc/pc   22 Aug 2003 13:31:11 -0000      1.10
@@ -1,6 +1,6 @@
 
 //
-// $XFree86: xc/programs/xkbcomp/symbols/pc/pc,v 1.8 2003/05/15 13:32:00 pascal Exp $
+// $XFree86: xc/programs/xkbcomp/symbols/pc/pc,v 1.10 2003/08/22 13:31:11 pascal Exp $
 
 partial hidden alphanumeric_keys modifier_keys 
 xkb_symbols "basic" {
@@ -165,6 +165,7 @@
     key  <KP2> {       [  KP_Down,     KP_2    ]       };
     key  <KP3> {       [  KP_Next,     KP_3    ]       };
     key <KPEN> {       [       KP_Enter        ]       };
+    key <KPEQ> {       [       KP_Equal        ]       };
 
     key  <KP0> {       [  KP_Insert,   KP_0    ]       };
     key <KPDL> {       [  KP_Delete,   KP_Decimal ]    };
@@ -181,16 +182,16 @@
     key <MDSW> {       [ Mode_switch           ]       };
     modifier_map Mod5   { <LVL3>, <MDSW> };
 
-    key <ALT>  {       [ Alt_L         ]       };
-    modifier_map Mod1   { <ALT> };
+    key <ALT>  {       [ NoSymbol, Alt_L       ]       };
+    modifier_map Mod1   { <ALT>, <LALT> };
 
-    key <META> {       [ Meta_L        ]       };
+    key <META> {       [ NoSymbol, Meta_L      ]       };
     modifier_map Mod1   { <META> };
 
-    key <SUPR> {       [ Super_L       ]       };
+    key <SUPR> {       [ NoSymbol, Super_L     ]       };
     modifier_map Mod4   { <SUPR> };
 
-    key <HYPR> {       [ Hyper_L       ]       };
+    key <HYPR> {       [ NoSymbol, Hyper_L     ]       };
     modifier_map Mod4   { <HYPR> };
 };
 

Attachment: signature.pgp
Description: Digital signature

Antwort per Email an