11-inch backslash / pipe key - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook (https://forum.pine64.org/forumdisplay.php?fid=76) +--- Forum: Linux on Pinebook (https://forum.pine64.org/forumdisplay.php?fid=79) +--- Thread: 11-inch backslash / pipe key (/showthread.php?tid=4489) |
11-inch backslash / pipe key - pagesix1536 - 04-30-2017 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' |