mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #186] Volume control by output device. #138
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#138
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 @Vxider on GitHub (Mar 9, 2020).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/186
MonitorControlnow control brightness and volume by active monitor. This logic is fine for brightness because it doesn’t know which monitor we want to control. But for volume, there is only one output device, it would be better if we can get the system output device and control that device no matter which monitor is activated.For example, my main monitor is the macbook's built-in monitor, and the output device is
LG Ultra HD(external display). The normal logic is that when I use the built-in display, I can adjust the volume of the external display by pressing the volume shortcut.@JoniVR commented on GitHub (Mar 10, 2020):
duplicate of #172