Gentoo Archives: gentoo-user

From: Benno Schulenberg <benno.schulenberg@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Mod4 mapped to wrong keycode
Date: Sun, 13 Aug 2006 22:51:46
Message-Id: 200608140047.02878.benno.schulenberg@gmail.com
In Reply to: Re: [gentoo-user] Mod4 mapped to wrong keycode by Robert Cernansky
1 Robert Cernansky wrote:
2 > setxkbmap -layout us -symbols pc+us+altwin -variant super_win
3 >
4 > Does anybody know how to activate this "super_win" setting?
5
6 setxkbmap -option altwin:super_win
7
8 Things that have been set correctly in xorg.conf don't need to be
9 given again in the setxkbmap command. You can check with
10
11 setxkbmap -print
12
13 On my machine Xorg refuses to recognize multiple XkbOptions, and
14 in .bashrc I have this:
15
16 [ "$DISPLAY" != "" ] &&
17 setxkbmap -option ctrl:nocaps -option compose:menu
18
19 Benno
20 --
21 gentoo-user@g.o mailing list

Replies

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