Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Mod4 mapped to wrong keycode
Date: Sat, 12 Aug 2006 21:03:30
Message-Id: 7573e9640608121353x47625fafp3fc50dcaa3d80819@mail.gmail.com
In Reply to: [gentoo-user] Mod4 mapped to wrong keycode by Robert Cernansky
1 On 8/12/06, Robert Cernansky <hslists2@××××××.sk> wrote:
2 > I found out that Win key (Mod4) is not seen as modifier because it is
3 > mapped to wrong keycode:
4
5 I think you are on the wrong track. I have basically the same results
6 on my system (laptop, so no right-side win-key):
7
8 ~ > xmodmap | grep mod4
9 mod4 Super_L (0x7f), Hyper_L (0x80)
10 ~ > xev
11 ...
12 KeyPress event, serial 32, synthetic NO, window 0x3200001,
13 root 0x135, subw 0x3200002, time 69600970, (61,42), root:(65,67),
14 state 0x0, keycode 115 (keysym 0xffeb, Super_L), same_screen YES,
15 XLookupString gives 0 bytes:
16 XmbLookupString gives 0 bytes:
17 XFilterEvent returns: False
18
19 KeyRelease event, serial 32, synthetic NO, window 0x3200001,
20 root 0x135, subw 0x3200002, time 69601048, (61,42), root:(65,67),
21 state 0x40, keycode 115 (keysym 0xffeb, Super_L), same_screen YES,
22 XLookupString gives 0 bytes:
23 XFilterEvent returns: False
24
25 And win-tab works fine for me with KDE.
26
27 Also:
28 ~ > xmodmap -pk | grep Super
29 115 0xffeb (Super_L)
30 116 0xffec (Super_R)
31 127 0x0000 (NoSymbol) 0xffeb (Super_L)
32
33
34 That said, I have no good idea why you are having a problem. Are you
35 getting the KeyRelease events?
36
37 -Richard
38 --
39 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Mod4 mapped to wrong keycode Robert Cernansky <hslists2@××××××.sk>