hati
Group: Members
Posts: 2
Joined: Oct. 2004 |
|
Posted: Oct. 29 2004,07:04 |
|
We are planning to use old PC:s as a public PC:s and the main use will be webmail so we need the finnish keyboard and '@'. I made changes to keycodes and got the AltGr + 2 to work with firefox. Actually I replaced '"' sign with '@' and made AltGr act as a shift. I lost the other characters behind AltGr in other applications but those are not usually needed, the main thing is that users can type their mails like they are used to. here is the procedure:
# delete mod4 which is for AltGr xmodmap -e "clear mod4" # add AltGr to shift keys xmodmap -e "add shift = Mode_switch" # change shift+2 to type '@' xmodmap -e 'keysym 2 = 2 at at'
---------- DSL is great!, just what we needed
|