evdevremapkeys icon indicating copy to clipboard operation
evdevremapkeys copied to clipboard

BUG: remapping doesn't always send key release event

Open mmazur opened this issue 4 years ago • 1 comments

Example scenario: caps+hjkl are mapped as arrow keys.

Reproducing the bug:

  1. press KEY_CAPSLOCK
  2. press KEY_H; this sends "KEY_LEFT down"
  3. wait a few seconds for repeat to kick in
  4. release KEY_CAPSLOCK
  5. release KEY_H

Result: "KEY_LEFT up" event is never sent; as far as the OS is concerned, KEY_LEFT stays pressed permanently now.

mmazur avatar Oct 22 '20 22:10 mmazur

Repeat is probably messing it up...

DanielJoyce avatar Dec 08 '20 21:12 DanielJoyce