mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #991] Default brightness keyboard keys not working after waking from sleep #599
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#599
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 @stefbontinckx on GitHub (Apr 6, 2022).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/991
Before opening the issue, have you...?
Describe the bug
MonitorControl works fine most of the time, but after a while (After sleep) the brightness keys won't respond anymore, and thus MonitorControl does not change the brightness levels of my displays anymore.
The software control still works, it's only the keyboard keys that stop working.
Steps to reproduce
Expected behavior
Keys change the brightness levels of my displays, as they were doing before waking from sleep.
Anything else?
Environment Information (please complete the following information)
@stefbontinckx commented on GitHub (Apr 7, 2022):
Checked again this morning after waking Mac from sleep, and the keys were working again.
Maybe the times before I just 'locked' my Mac, so the displays only are put to sleep, not the Mac itself.
It's very inconsistent to reproduce I'm afraid.
@waydabber commented on GitHub (Apr 7, 2022):
Well, if DDC control is working but keys are not registered then it might be that some other app (like Karabiner etc) is interfering and somehow grabs these events before MonitorControl does. You might want to check if the issue happens with a clean user profile without any other app running. I don't see any other way how could MonitorControl be selective about this. Also, you can check whether custom keyboard shortcuts work as that uses an entirely different mechanism to capture events than the media keys. If the latter works but the former one doesn't (or vice-versa) that might also give us a hint where to look.
@stefbontinckx commented on GitHub (Apr 8, 2022):
Thanks! That's a great suggestion indeed.
I was using Karabiner before, but deleted it after migrating to my new Mac.
It definitely did not have the privacy permission any more to register keyboard input, probably some old files are still affecting some things, so I removed Karabiner completely via Terminal now.
I'll see if this improves the issue I saw, so far I haven't noticed it again.
@devnoname120 commented on GitHub (May 10, 2022):
@stefbontinckx Can you confirm that the issue didn't happen in the previous month after uninstalling Karabiner?
@stefbontinckx commented on GitHub (May 10, 2022):
@devnoname120 It’s still happening sometimes. Only happens after waking my Mac Studio. A quick lock and unlock with my TouchID keyboard fixes the problem, and brightness keys respond again.
Again, it’s very inconsistent to reproduce. I’ve removed karabiner completely.
@devnoname120 commented on GitHub (May 11, 2022):
@stefbontinckx Thank you for the confirmation.
This issue is the reason why I stopped using MonitorControl :(