Chavdar Ivanov <ci4...@gmail.com> writes:
> I think this response merits an addition to the wiki. On the external narrow body USB keyboard from Apple, I have a key labelled `delete' at top right, down one row, and xev(1) sees: keycode 22 (keysym 0xff08, BackSpace) XLookupString gives 1 bytes: (08) " the laptop body ThinkPad keyboard has the key labelled `Backspace' and xev(1) sees the same. One row above, at top right, is a key labelled `Delete' and this is interpreted as keycode 107 (keysym 0xffff, Delete) XLookupString gives 1 bytes: (7f) " " XmbLookupString gives 1 bytes: (7f) " " On the external keyboard at top right is the magic keyboard eject key labelled `⏏︎' while xev(1) does not see it, it is possible to assign forward delete as detailed https://verityj.github.io/2023/06/17/eject.html Is there a customization to let Net see `⏏︎' eject key? -- vl