lsongdev / lsongdev/input-event
Can't press same keyboard more than once when using 3 keyboards
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 65
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
When I link a keypress event to 3 keyboards, the event is only called when the "previous" pressed keyboard was a different one.
So I can't press the same keyboard multiple times, because only the first press fires an event. Unless I press another keyboard, then pressing the original one triggers an event - but still only that time, I have to press another keyboard before pressing the first one again...
Anyone got any solutions...?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file, test, or entry point is identified in the issue. Start by reproducing the behavior with three keyboards and inspect how the JavaScript input event is emitted for repeated presses; done means the same keyboard can trigger successive events without another keyboard press.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100