mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #1696] Differentiated control scheme: [ Keyboard | Mouse] controls [ individual | int | ext | all ] displays) + Differentiated menu item visibility #942
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#942
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 @porg on GitHub (Dec 4, 2024).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/1696
Before opening the issue, have you...?
Is your feature request related to a problem? Please describe
I'd like to achieve this:
1) Controlling displays individually by…
a) Keyboard: ✅ Works 100% satisfying by combining:
b) Mouse: Via menu item: 💡 Okay but could be more differentiated
in https://github.com/MonitorControl/MonitorControl/pull/957#issuecomment-1047854270 @waydabber describes this possibility
c) Menu item visibility: Current semantically indirect/unclean option "Only if at least one slider is present " does not allow a differentiated control scheme
Menu Icongets 1-2 extra options:Only if at least two sliders are presentregardless of how many of those are internal or externalOnly if at least 1 external display is connectedas an even more concise option2) Controlling all displays at once by…
a) … keyboard
✅ Works very well already with:
❗️ My particular desired modifier is missing, I'd love the following to be added:
… b) mouse: Via menu item
✅ Works perfect with
❌ Except that this option is effectively unavailable when
Enable for Apple branded and built-in displays as wellis OFF which is needed for 1c. If 1bc do not have that quirky unclean/indirect optionOnly if at least one slider is presentbut instead the semantically cleaner optionsOnly if at least 1 external display is connectedandOnly if at least two sliders are presentthen you can haveEnable for Apple branded and built-in displays as wellis ON independently.Describe the solution you'd like
⇧ ⌃ ⌥ ⌘to adjust all displays would be the minimal fix.Describe alternatives you've considered
Anything else?
No response
@waydabber commented on GitHub (Dec 18, 2024):
Maybe you can try switching to BetterDisplay as it has keyboard shortcut to control the built-in display only (Shift+Command+brightness keys) and all external displays only (Control+Command+brightness keys). The latter combo should be working with MonitorControl as well.