Remapping characters in xmodmap
Posted
by Jacob R
on Super User
See other posts from Super User
or by Jacob R
Published on 2010-06-09T08:41:33Z
Indexed on
2010/06/09
8:42 UTC
Read the original article
Hit count: 323
I am using a Swedish keyboard, and I want to be able to type braces easier.
I planned to map AltGr + å
to '}' and AltGr + ä
to '{'. However, nothing really changes. I have some other stuff in my .Xmodmap so I know that it gets loaded allright. Here's what I have so far:
keycode 35 = slash asciitilde dead_ogonek section dead_ogonek section
keycode 49 = asciicircum onehalf
keycode 66 = F10
clear Lock
keycode 34 = aring Aring braceleft
keycode 48 = adiaeresis Adiaeresis braceright
where the 2 last lines are the one that should be related to this. What could I be doing wrong?
© Super User or respective owner