Shawn Betts schrieb:
> I'd like to know why it's borking. I've attached a file with the
> version of get-modifier-map that breaks for you -- renamed, of course.
> Can load that into stumpwm and post the output? That may shed some
> light on the problem.
---Zitatende---

Sure!

,----
  STUMPWM> (get-modifier-map-2)
  #S(MODIFIERS
     :META (:MOD-4)
     :ALT NIL
     :HYPER NIL
     :SUPER NIL
     :ALTGR (:MOD-5)
     :NUMLOCK (:MOD-2))
STUMPWM> (get-modifier-map)
#S(MODIFIERS
   :META (:MOD-1)
   :ALT (:MOD-4)
   :HYPER NIL
   :SUPER NIL
   :ALTGR (:MOD-5)
   :NUMLOCK (:MOD-2))
`----

compare to 

,----[ xmodmap output ]
  xmodmap:  up to 3 keys per modifier, (keycodes in parentheses):
  
  shift       Shift_L (0x32),  Shift_R (0x3e)
  lock
  control     Control_L (0x25),  Control_L (0x42),  Control_R (0x69)
  mod1        Meta_L (0xcd)
  mod2        Num_Lock (0x4d)
  mod3
  mod4        Alt_L (0x40),  Alt_L (0xcc)
  mod5        ISO_Level3_Shift (0x5c),  ISO_Level3_Shift (0x6c),
  Mode_switch (0xcb)
`----

Mapping Alt to Mod-4 and Meta to Mod-1 is what I want, so the output
of unmodified get-modifier-map looks correct to me (note that I use
Alt exclusively as window-management key, and Meta is reserved for
applications).


-- 
        Friedrich Delgado Friedrichs <frie...@nomaden.org>
                             TauPan on Ircnet and Freenode ;)

_______________________________________________
Stumpwm-devel mailing list
Stumpwm-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/stumpwm-devel

Reply via email to