stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] Strange keyboard layouts and Stumpwm


From: Friedrich Delgado
Subject: Re: [STUMP] Strange keyboard layouts and Stumpwm
Date: Fri, 9 Jul 2010 16:07:56 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

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 <address@hidden>
                             TauPan on Ircnet and Freenode ;)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]