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

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -