11-15-2018, 11:37 AM
(11-11-2018, 07:40 AM)acruhl Wrote: I have a Pinebook 1080 11.6", and there is a key which doesn't map correctly.
<
> (with shift)
I don't know much about keymaps because I'm in the US and it always "just worked".
Yep, the 11" has an odd placement of some of the chars (like ' and ") BUT your CAN remap the \ | key using the following:
Code:
# remap Pipe Key to Pipe
xmodmap -e "keycode 94 = backslash bar backslash bar"
Put it in your .bashrc and it will be there the next time you login.