#1724 closed defect (fixed)
key repeat not firing
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 2.3 |
Component: | keyboard | Version: | 2.2.x |
Keywords: | Cc: |
Description
It's been broken for a while.
The "keyboard helper" doesn't set the key repeat delay and interval, so we never schedule the key repeat timer.
Things have been working well enough and no-one noticed!
Change History (3)
comment:1 Changed 3 years ago by
comment:2 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
GTK triggers key repeat events anyway, so we send key events that have the same effect as the "key-repeat" packets.
comment:3 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1724
Note: See
TracTickets for help on using
tickets.
Fixed in r17649.
Not sure if we should bother backporting this, added to wiki/Versions/PendingFixes