stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] Compose key and Stumpwm [WAS: Strange keyboard layouts and S


From: Martin Oppegaard
Subject: Re: [STUMP] Compose key and Stumpwm [WAS: Strange keyboard layouts and Stumpwm]
Date: Tue, 31 Jul 2012 11:28:38 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

address@hidden

Hi List,

I have a similar issue as Eric Wolf; I want to use Compose to input, but
the input box only blinks once when I press Compose.  I've mapped Scroll Lock
to Multi_key (xmomap says Mode_switch).

(modifiers) returh

         Meta: mod-1
          Alt:
        Super: mod-4
        Hyper: mod-3
        AltGr: mod-5

, xmodmap returns

        shift       Shift_L (0x32),  Shift_R (0x3e)
        lock        Caps_Lock (0x42)
        control     Control_L (0x25),  Control_R (0x69)
        mod1        Alt_L (0x40),  Alt_R (0x6c),  Meta_L (0xcd)
        mod2        Num_Lock (0x4d)
        mod3        Hyper_L (0xcf)
        mod4        Super_L (0x85),  Super_R (0x86),  Super_L (0xce)
        mod5        ISO_Level3_Shift (0x5c),  Mode_switch (0xcb)

And this is the diff of my symbols/pc file.  I don't use xmodmap for mapping
Compose and Hyper.

        --- /usr/share/X11/xkb/symbols/pc.bak      2012-01-17 
07:58:31.353106110 +0100
        +++ /usr/share/X11/xkb/symbols/pc  2012-01-17 07:59:53.933774153 +0100
        @@ -38,7 +38,7 @@

             key <RWIN> {       [ Super_R                       ]       };

        -    key <MENU> {       [ Menu                  ]       };
        +    key <MENU> {       [ Hyper_L                       ]       };

             // begin modifier mappings
             modifier_map Shift  { Shift_L, Shift_R };
        @@ -62,7 +62,7 @@
             modifier_map Mod4   { <SUPR> };

             key <HYPR> {       [ NoSymbol, Hyper_L     ]       };
        -    modifier_map Mod4   { <HYPR> };
        +    modifier_map Mod3   { <HYPR> };

             key <OUTP> { [ XF86Display ] };
             key <KITG> { [ XF86KbdLightOnOff ] };
        @@ -128,7 +128,7 @@
                type= "PC_ALT_LEVEL2",
                symbols[Group1]= [ Print, Sys_Req ]
             };
        -    key <SCLK> {  [  Scroll_Lock       ]       };
        +    key <SCLK> {  [  Multi_key ]       };
             key <PAUS> {
                type= "PC_CONTROL_LEVEL2",
                symbols[Group1]= [ Pause, Break ]

Any suggestions?

-- 
Martin Oppegaard



reply via email to

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