Gentoo Archives: gentoo-user

From: Benno Schulenberg <benno.schulenberg@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Xmodmap with unnamed keycode
Date: Tue, 18 Jul 2006 21:18:49
Message-Id: 200607182310.31661.benno.schulenberg@gmail.com
1 Bertram Scharpf wrote:
2 > I would like to map the the character 0x017f, the long s
3 > (http://en.wikipedia.org/wiki/Long_s)i, to my X keyboard.
4 >
5 > I already succeed with [...]
6 > entering "<C-V>u017f" in Vim and in GVim.
7
8 Just for info: in nano one could do "<Alt+V>00017f".
9
10 > Now, I say
11 >
12 > $ xmodmap -e 'keycode 39 = s S 0x017f ssharp 0x017f ssharp'
13
14 Try this instead:
15
16 $ xmodmap -e 'keycode 39 = s S 0x100017f ssharp 0x100017f ssharp'
17
18 Why this works, I don't know. :)
19
20 Benno
21 --
22 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Xmodmap with unnamed keycode [solved] Bertram Scharpf <lists@×××××××××××××××.de>