-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.0 with GUI and more #8
Open
Volodymyr-13
wants to merge
47
commits into
Bensge:master
Choose a base branch
from
Volodymyr-13:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Manage the brightness individually for each connected external monitor. - Read the brightness from the target monitor if available; otherwise maintain a @[display_id: brightness] dictionary in the user defaults. - Display the Brightness system OSD on the target monitor. - Upgraded DDC to a more-recent version. - Removed useless CoreGraphicsPriv.h.
If the app is not trusted in the Accessibility preference panel when started, it now waits that the user trusts it before installing the key event monitor. Previously the app had to be relaunched after being authorized to grab the keys, which was not user-friendly at all, because that the app is invisible and had to be killed via the Activity Monitor!!
- Waiting for accessibility authorization is now done using the selector-based NSTimer API, making it work on macOS versions < 10.12. - Updated version information and copyright.
- Show the brightness level pane on the target display if the brightness level is not actually changed because already at the min or max level. - [Internal] Declare C functions and variable as static in AppDelegate.m to better express their expected scope.
- Rewritten management of the brightness level, so that possible brightness levels are evenly distributed in the monitor's possible range. - Added the support of quarter-step adjustments when the Option modifier key is pressed (similar to the system brightness management on the internal display when Shift+Option is pressed).
…code version check. New: app icon, status bar iocn.
@Bensge Are you interested in this? |
* improve: Improve done. WIP: keys WIP: added properties Mokup hotkeys and fixes.
@Bensge Hello :) ? |
This looks great! Seems like with at least Mojave you can adjust the color temperature of the monitor in the Display settings. |
Great work ! |
- Xcode 13.3 - macOS 12.3.1 - Apple Silicon(please note: app will not work for MacBook's screens) - Apple notary service!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've used another fork with nice changes, started from there.
Added GUI and Settings. Icon for app, menu in Status Bar. Control brightness with slider in the menu. And more..
Also, I've added personal option: control Color Temp aka Night Shift, be default its' disabled in the menu.
Using F3 and F4 or slider in menu you can change color temp. I'm personally using it along with brightness.
I don't know how to implement multi monitor option, so it's just enabled. But I hope someone can help me with this.. also, I have only 1 monitor, so I can't test this.