🖥 Control your display's brightness & volume on your Mac as if it was a native Apple Display. Use Apple Keyboard keys or custom shortcuts. Shows the native macOS OSDs.
Find a file
Markus Reiter a784f19667 🔧 Fix function keys not working and retry more often when getting values. (#21)
* Update `ddcctl` submodule.

* Update dependencies.

* Enable displays by default.

* Retry more often to get values from display.

* Only print when debugging.

Fix #13
2018-03-26 21:49:07 +02:00
.github 🔧 Refactoring + preparing v1.2 2018-01-13 22:49:10 +01:00
ddcctl@3d38860d5b 🔧 Fix function keys not working and retry more often when getting values. (#21) 2018-03-26 21:49:07 +02:00
MonitorControl 🔧 Fix function keys not working and retry more often when getting values. (#21) 2018-03-26 21:49:07 +02:00
MonitorControl.xcodeproj 🔧 App dev program renewed 2018-02-18 18:11:31 +01:00
MonitorControl.xcworkspace ♻️ Refactoring 2018-01-06 16:26:03 +01:00
MonitorControlHelper 🔧 Refactoring + preparing v1.2 2018-01-13 22:49:10 +01:00
OSD.framework 🎉 1.0 2017-09-24 15:25:46 +02:00
.gitignore ♻️ Refactoring 2018-01-06 16:26:03 +01:00
.gitmodules Only show attached monitors and use ddcctl directly 2017-01-12 05:46:25 +01:00
.swiftlint.yml 🔧 Preferences WIP 2018-01-07 19:31:31 +01:00
License.txt 🎉 1.0 2017-09-24 15:25:46 +02:00
Podfile 🔧 Fix function keys not working and retry more often when getting values. (#21) 2018-03-26 21:49:07 +02:00
Podfile.lock 🔧 Fix function keys not working and retry more often when getting values. (#21) 2018-03-26 21:49:07 +02:00
README.md ♻️ Refactoring 2018-01-06 16:26:03 +01:00

MonitorControl

Control your external monitor brightness, contrast or volume directly from a menulet or with keyboard native keys

MonitorControl menulet

Bonus: Using keyboard keys display the native osd :

MonitorControl OSD

Download

Go to Release and download the latest .dmg

How to help

Open issues if you have a question, an enhancement to suggest or a bug you've found. If you want you can fork the code yourself and submit a pull request to improve the app.

How to build

Required

Download the zip directly or clone the project somewhere with git

$ git clone https://github.com/the0neyouseek/MonitorControl.git

Then download the dependencies with Cocoapods

$ pod install

You're all set ! Now open the MonitorControl.xcworkspace with Xcode

Third party dependencies

Support

  • macOS Sierra (10.12) and up.
  • Works with monitors comptaible with @kfix/ddcctl

Thanks