Vitaly Mayatskikh | 1 Nov 2009 19:36
Picon
Gravatar

Re: [STUMP] Super_L is no longer working as a prefix key

At Sun, 1 Nov 2009 09:43:44 -0800 (PST), Matt Cheung wrote:

> shift       Shift_L (0x32),  Shift_R (0x3e)
> lock 
> control     Control_L (0x25),  Control_R (0x69)
> mod1        Alt_L (0x40),  Alt_R (0x6c),  Meta_L (0xcd)
> mod2        Num_Lock (0x4d)
> mod3 
> mod4        Super_L (0x85),  Super_R (0x86),  Super_L (0xce),  Hyper_L (0xcf)
> mod5        ISO_Level3_Shift (0x5c),  Mode_switch (0xcb)
> 
> And I ran the modifiers command which gave me the output:
> 
>   Meta: mod-1
>   Alt: 
> Super: mod-4
> Hyper: 
> AltGr: mod-5
> 
> I would appreciate any help getting Super_L as my prefix key again.  It
> was nice only needing to hit one key.  Thanks.

You have 2 Super_L, it's a bug in X.org. This should help:

$ xmodmap -e "keycode 206 = Meta_R"

--

-- 
wbr, Vitaly
Matt Cheung | 1 Nov 2009 20:05
Picon

Re: [STUMP] Super_L is no longer working as a prefix key


On Sun, 1 Nov 2009, Vitaly Mayatskikh wrote:

> At Sun, 1 Nov 2009 09:43:44 -0800 (PST), Matt Cheung wrote:
>
>> shift       Shift_L (0x32),  Shift_R (0x3e)
>> lock
>> control     Control_L (0x25),  Control_R (0x69)
>> mod1        Alt_L (0x40),  Alt_R (0x6c),  Meta_L (0xcd)
>> mod2        Num_Lock (0x4d)
>> mod3
>> mod4        Super_L (0x85),  Super_R (0x86),  Super_L (0xce),  Hyper_L (0xcf)
>> mod5        ISO_Level3_Shift (0x5c),  Mode_switch (0xcb)
>>
>> And I ran the modifiers command which gave me the output:
>>
>>   Meta: mod-1
>>   Alt:
>> Super: mod-4
>> Hyper:
>> AltGr: mod-5
>>
>> I would appreciate any help getting Super_L as my prefix key again.  It
>> was nice only needing to hit one key.  Thanks.
>
> You have 2 Super_L, it's a bug in X.org. This should help:
>
> $ xmodmap -e "keycode 206 = Meta_R"
I tried this and I tried 
$ xmodmap -e "keycode 133 = Meta_R"
(Continue reading)

Vitaly Mayatskikh | 1 Nov 2009 20:23
Picon
Gravatar

Re: [STUMP] Super_L is no longer working as a prefix key

At Sun, 1 Nov 2009 11:05:06 -0800 (PST), Matt Cheung wrote:

> > $ xmodmap -e "keycode 206 = Meta_R"
> I tried this and I tried 
> $ xmodmap -e "keycode 133 = Meta_R"
> and neither works.

I have this in ~/.xsession:

setxkbmap -model "pc105" -layout "us,ru(winkeys)" -option "grp:caps_toggle,grp_led:scroll"
xmodmap -e "keycode 206 = Meta_R"
xmodmap -e "keycode 133 = F20"

My prefix key is F20.

--

-- 
wbr, Vitaly
Matt Cheung | 2 Nov 2009 01:10
Picon

Re: [STUMP] Super_L is no longer working as a prefix key


On Sun, 1 Nov 2009, Vitaly Mayatskikh wrote:

> At Sun, 1 Nov 2009 11:05:06 -0800 (PST), Matt Cheung wrote:
>
>>> $ xmodmap -e "keycode 206 = Meta_R"
>> I tried this and I tried
>> $ xmodmap -e "keycode 133 = Meta_R"
>> and neither works.
>
> I have this in ~/.xsession:
>
> setxkbmap -model "pc105" -layout "us,ru(winkeys)" -option "grp:caps_toggle,grp_led:scroll"
> xmodmap -e "keycode 206 = Meta_R"
> xmodmap -e "keycode 133 = F20"
>
> My prefix key is F20.
I discovered I need to run

$ xmodmap -e "clear Mod4"

and then

$ xmodmap -e "keycode 133 = Super_L"

Thanks for your help.
>
> -- 
> wbr, Vitaly
>
(Continue reading)


Gmane