How to type a pipe symbol on a Lenovo Thinkpad keyboard in linux -
my lenovo thinkpad misses 1 key: left space bar pipe/greater/smaller key.
i want use in linux (understandably). how can remap keyboard, can access key? best me neat command line command. ;-)
it can done command
xmodmap -e "keycode 167 = bar"
to determine keycode use 'xev' command , key names wiki.linuxquestions.org/wiki/list_of_keysyms.
also read: https://askubuntu.com/questions/24916/how-do-i-remap-certain-keys-or-devices
Comments
Post a Comment