Making a keymap

frodon ulist at gs1.ubuntuforums.org
Fri Apr 14 13:06:52 UTC 2006


Use xev to know the name of the character you want to map and the
keycode where you want to map it. Then use this command to map the key,
example for the key "7 ampersand" of a qwerty keyboard : 
Code:
--------------------
    xmodmap -e "keycode 16 = 7 ampersand"
--------------------


-- 
frodon




More information about the ubuntu-users mailing list