This is the extra key just right of the Left Shift key. With a French layout, this key is used to type < and >.
Details
Details
- Reviewers
gonzo wulf - Commits
- rS325269: evdev: Translate KEY_102ND in evdev_scancode2key()
I tested this with libinput-debug-events(1). Without the patch, the key doesn't produce any event (evdev_scancode2key() returns 0 for a scancode of 0x56). With the patch, the scancode is converted to 0x56 (KEY_102ND) and an event is fired. The key is now usable in a evdev/libinput-enabled X.Org server.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable