• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[SuSe 10.2, XGL, Beryl, KDE] Falsches Tastenmapping

Hallo Leute,

ich hab seit einer Woche ein eigenartiges Problem auf meinem Suse 10.2-Rechner.
Ich habs auf dem aktuellsten Stand (Standard-Update-Quellen) und zudem XGL und Beryl unter KDE am Laufen.

Es kommt immer wieder vor, daß beim Starten des X-Servers (XGL) die rechte Pfeiltaste falsch gemappt ist (bereits in der grafischen Anmeldung). Unter KDE resultiert es darin, daß "Neue E-Mail schreiben" von KMail geöffnet wird, wenn ich diese Taste drücke. An der Konfiguration habe ich nichts geändert und dieses Problem ist nicht immer vorhanden, und ich weiß auch nicht, wie ich es absichtliche reproduzieren kann. Es tritt aber häufig genug auf, um mich ziemlich zu nerven.
Kennt jemand dieses Problem, kann mir da jemand helfen?

Danke im Voraus!
 
Y2k7 schrieb:
Hast du dazu evtl. einen Eintrag in /etc/X11/Xmodmap oder ~/.Xmodmap?
Da würde ich als Erstes suchen...

Hallo! Also ein lokales .Xmodmap hab ich weder als Datei noch als Verzeichnis und die Datei unter /etc/X11/Xmodmap enthält Folgendes:

Code:
!! ~/.Xmodmap
!!
!! Use this as a template for $HOME/.Xmodmap
!!
!! The leading `!' is the comment sign.
!!
!! Please note: the natural way to assign keys are their keycodes.
!! The only problem is, that keycodes do depend on the architecture,
!! therefore keysymbols are used herein.  This has the disadvantage
!! that this file can only be called once with the program xmodmap.
!! To get keycodes of the keys use the program xev.
!! The system Xmodmap is /usr/X11R6/lib/X11/Xmodmap, have a look.

!! First example: Swap control key with caps lock key just like on
!! lk401 from DEC or type 4 from Sun Microsystems
!remove Lock      = Caps_Lock
!remove Control   = Control_L
!keysym Caps_Lock = Control_L
!keysym Control_L = Caps_Lock
!add    Lock      = Caps_Lock
!add    Control   = Control_L

!! Second example: Make left Alt key to left Meta key
!! Note that afterwards no key is assigned anymore to the symbol Alt_L.
!clear  Mod1
!keysym Alt_L = Meta_L
!add    Mod1  = Meta_L

!! Third example: Change right Control key to Compose key.
!! To do Compose Character, press this key and afterwards two
!! characters (e.g. `a' and `^' to get �).
!remove  Control  = Control_R
!keysym Control_R = Multi_key
!add     Control  = Control_R

!! Fourth example: Make Menu key on WIN95 keyboard doing Compose
!keysym Menu = Multi_key

!!
!! End of ~/.Xmodmap

Sieht eigentlich recht harmlos und unverändert aus. Ich habe übrigens gerade wieder dieses eigenartige Problem auf dem Notebook. :?
 
Oben