[GH-ISSUE #181] Add option to not listen for any keys #133

Closed
opened 2026-05-05 05:14:07 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @kevingrabher on GitHub (Feb 25, 2020).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/181

First off - absolutely great tool!

A bug I found:
When not using the tool you can use option/alt + volume/brightness keys to open the corresponding system preferences dialog. This no longer works when the tool is used.

Another nice option to work around this would be to be able to set to listen to neither brightness nor volume keys. That way they behave native but I'd still have the option to control the monitor with the menubar item.

Originally created by @kevingrabher on GitHub (Feb 25, 2020). Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/181 First off - absolutely great tool! A bug I found: When not using the tool you can use option/alt + volume/brightness keys to open the corresponding system preferences dialog. This no longer works when the tool is used. Another nice option to work around this would be to be able to set to listen to neither brightness nor volume keys. That way they behave native but I'd still have the option to control the monitor with the menubar item.
Author
Owner

@JoniVR commented on GitHub (Feb 25, 2020):

A bug I found:
When not using the tool you can use option/alt + volume/brightness keys to open the corresponding system preferences dialog. This no longer works when the tool is used.

This is not really a bug, just that when we listen for the mediakeys, we consume the key, so it's not passed on to the OS itself. This is however being worked on in #168, so once me or someone else gets to reviewing that it'll be fixed.

Another nice option to work around this would be to be able to set to listen to neither brightness nor volume keys. That way they behave native but I'd still have the option to control the monitor with the menubar item.

Good suggestion, shouldn't be too hard to implement I think.

<!-- gh-comment-id:591043452 --> @JoniVR commented on GitHub (Feb 25, 2020): > A bug I found: When not using the tool you can use option/alt + volume/brightness keys to open the corresponding system preferences dialog. This no longer works when the tool is used. This is not really a bug, just that when we listen for the mediakeys, we consume the key, so it's not passed on to the OS itself. This is however being worked on in #168, so once me or someone else gets to reviewing that it'll be fixed. > Another nice option to work around this would be to be able to set to listen to neither brightness nor volume keys. That way they behave native but I'd still have the option to control the monitor with the menubar item. Good suggestion, shouldn't be too hard to implement I think.
Author
Owner

@chavlji commented on GitHub (Mar 11, 2020):

Would love to be able to disable listening to brightness key (so they still controll builtin screen).
What about adding possibility to remap brightness up/down keys? So we can have both...

<!-- gh-comment-id:597560204 --> @chavlji commented on GitHub (Mar 11, 2020): Would love to be able to disable listening to brightness key (so they still controll builtin screen). What about adding possibility to remap brightness up/down keys? So we can have both...
Author
Owner

@anbroid commented on GitHub (May 1, 2020):

Would also like to see this (avoid using any keys). Moreover whenever I start MonitorControl I have to click around 2 dialogs, first one that says "Shortcuts not available" and then another one that asks me to give access to Accessibility features (which I Deny). The app should have a way to be happy without keys so that these dialogs don't pop up at every start. Great app otherwise, love it!

<!-- gh-comment-id:622512911 --> @anbroid commented on GitHub (May 1, 2020): Would also like to see this (avoid using any keys). Moreover whenever I start MonitorControl I have to click around 2 dialogs, first one that says "Shortcuts not available" and then another one that asks me to give access to Accessibility features (which I Deny). The app should have a way to be happy without keys so that these dialogs don't pop up at every start. Great app otherwise, love it!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/MonitorControl#133
No description provided.