We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
arntsonl
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: