04-30-2017, 10:55 AM
The 11-inch Pinebook seems to have a odd issue with the backslash/pipe key which types out a greater than and less than symbol (< >). Here's how to fix it. Put this in one of your login scripts like .bashrc or /etc/profile or /etc/bash.bashrc
xmodmap -e 'keycode 94 = backslash bar'
xmodmap -e 'keycode 94 = backslash bar'