MonitorControl/README.md
JoniVR e63c81681f fix not detecting volume keys when non-monitor sound is default
- fixed an issue where the default volume controls would be intercepted (and thus not work) when an external display was connected and the output set to a device that allows volume control by default.
- refactor some of the code
2018-12-16 19:41:11 +01:00

1.8 KiB

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/JoniVR/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