Bertram Scharpf wrote:
> I would like to map the the character 0x017f, the long s
> (http://en.wikipedia.org/wiki/Long_s)i, to my X keyboard.
>
> I already succeed with [...]
> entering "<C-V>u017f" in Vim and in GVim.

Just for info: in nano one could do "<Alt+V>00017f".

> Now, I say
>
>   $ xmodmap -e 'keycode  39 = s S 0x017f ssharp 0x017f ssharp'

Try this instead:

$ xmodmap -e 'keycode  39 = s S 0x100017f ssharp 0x100017f ssharp'

Why this works, I don't know.  :)

Benno
-- 
gentoo-user@gentoo.org mailing list

Reply via email to