mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #198] Add internal display brightness slider to menulet #148
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#148
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 @shamilovtim on GitHub (Apr 9, 2020).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/198
Originally assigned to: @waydabber on GitHub.
I recall back when I had a Thunderbolt Display when it was plugged in the Macbook's brightness keys would control only the Macbook while my external keyboard controlled the external monitor's brightness. Is that possible to replicate?
Additionally 2 separate brightness controls in the menubar application would be a godsend.
Thanks for considering
@JoniVR commented on GitHub (Apr 10, 2020):
v2.0.0 Adds support for internal display brightness controlling. You can use ctrl + brightness to control only the internal display or configure it in the display settings with the
enabledcheckbox.I agree that adding the internal display to the menulet would be a good thing to have now that we have internal display control.
@shamilovtim commented on GitHub (Apr 10, 2020):
What about having the macbook's brightness keys control its own brightness? E.g. 2 separate keyboards
@shamilovtim commented on GitHub (Apr 10, 2020):
Also separate note: might want to elucidate that shortcut and any others in a quick textbox on the first screen of the app?
@JoniVR commented on GitHub (Apr 10, 2020):
I'm not 100% sure but I doubt that's possible with the current implementation.
Agreed, but might be something for when we can finally get custom shortcuts implemented in the future.
@shamilovtim commented on GitHub (Apr 10, 2020):
Is that a stock macOS shortcut? Wonder what others I don't know about 🤔
@waydabber commented on GitHub (Aug 19, 2021):
It is possible to add a slider for the internal display as well (as an advanced option). I'd like to add Apple branded display support as well which uses the same APIs for control method as internal displays anyway.
https://github.com/MonitorControl/MonitorControl/issues/364
@waydabber commented on GitHub (Sep 3, 2021):
See screenshots of the implementation in the v3.1.0 preliminary discussion.
@waydabber commented on GitHub (Sep 8, 2021):
Since the brightness of Apple and internal displays can change due to several external factors (ambient light sensor, touch bar, control center slider etc) I updated the functionality so these changes are reflected in the sliders as well (this requires a light periodic polling - it has no visible effect on cpu load). This can easily be extended later to support https://github.com/MonitorControl/MonitorControl/issues/27.
enabledoption in settings #1066