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

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -