OpenStickCommunity / OpenStickCommunity/GP2040-CE
Multimedia keys should be a one-time press in Keyboard Mode
@arntsonl is already working on this.
Since Jan 24, 2025.
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 666
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 7
Description
Multimedia keys should be a one-time press in keyboard mode. Otherwise you get rapid on-off cycles on any media keyboard key you use.
This is especially apparent when using the "Mute" button, as you can see "Mute" flicker on and off.
We need a way to keep track of pressed vs. held for multimedia keys only (regular keys should hold).
Pass scenario: Press a key for "Mute" and it mutes OR unmutes once
Fail scenario: Press a key for "Mute" and it flickers on and off
Contributor guide
No contributing guide indexed for this repository
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.
Assessment
This issue has not been assessed yet.