11-14-2018, 05:28 PM
(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.
I searched and found no answer, hopefully this has already been answered though.
Near my left shift key, I have a key with \ on the bottom and | on top, which are backslash and pipe.
However, when I use it to type, I get this:
<
> (with shift)
I don't know much about keymaps because I'm in the US and it always "just worked".
Same here (1080 11").
xev reports it's keycode 94, XKeysymToKeycode returns keycode: 60, XLookupString gives 1 bytes: (3e) ">" (I think that was shifted, btw).
I tried using "keycode 94 = backslash bar", but it didn't seem to work.
xkeycaps didn't work either, with an X protocol error when it sent the X_SetModifierMapping request. I suspect that was the crazy number of modifiers it was trying to set though.
hrm.
perhaps it needs to be hacked using xkb instead? i'll need to research that.