mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #181] Add option to not listen for any keys #133
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#133
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 @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.
@JoniVR commented on GitHub (Feb 25, 2020):
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.
Good suggestion, shouldn't be too hard to implement I think.
@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...
@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!