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