mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #1863] "Passthrough" volume control #1018
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#1018
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @singalen on GitHub (Apr 22, 2026).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/1863
Before opening the issue, have you...?
Is your feature request related to a problem? Please describe
Youtube in Firefox and Chrome captures the media keys, potentially resulting in issues like #1745.
I want Firefox and Chrome to still receive play/stop/rewind keys, but not to receive volume control keys.
Describe the solution you'd like
Is it possible for MonitorControl to capture the key events before the browser, even when the browser is active?
And filter out VolumeUp/VolumeDown keystrokes?
Describe alternatives you've considered
Firefox and Chrome have the feature to completely disable media keys: Firefox has
media.hardwaremediakeys.enabled, Chrome haschrome://flags/#hardware-media-key-handling.Anything else?
What I don't get is that volume keys are not working in Youtube at all, when the browser is active. Looks like MonitorControl already interferes with them somehow?