🖥 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
Guillaume Broder 036a29d4bc
🎉 1.0
- Code rework
- Native OSD
- Change default shortcuts for problems with apps
- Codesign app

Signed-off-by: Guillaume Broder <iamnotheoneyouseek@gmail.com>
2017-09-24 15:25:46 +02:00
.github 🎉 1.0 2017-09-24 15:25:46 +02:00
ddcctl@d11c3f4a63 Update ddcctl 2017-02-13 18:56:51 +01:00
MonitorControl 🎉 1.0 2017-09-24 15:25:46 +02:00
MonitorControl.xcodeproj 🎉 1.0 2017-09-24 15:25:46 +02:00
OSD.framework 🎉 1.0 2017-09-24 15:25:46 +02:00
.gitignore Adding files, README 2016-09-27 22:02:14 -07:00
.gitmodules Only show attached monitors and use ddcctl directly 2017-01-12 05:46:25 +01:00
License.txt 🎉 1.0 2017-09-24 15:25:46 +02:00
README.md 🎉 1.0 2017-09-24 15:25:46 +02:00

MonitorControl

Control your external monitor brightness, contrast or volume directly from a menulet or with keyboard shortcuts :

  • Brightness: + + + + ↑/↓ (Shift + Control + Alt + Command + Up/Down arrows)
  • Volume: + + + + ←/→ (Shift + Control + Alt + Command + Left/Right arrows)
  • Mute: + + + + - (Shift + Control + Alt + Command + Minus)

(Ps. The keyboard shortcut only work for the default screen)

MonitorControl menulet

Download

Go to Release and download the latest .dmg

Brightness/Volume default key

You can use Karabiner Elements to use the default mac key (F1, F2 for brightness and F10, F11, F12 for volume) with this set of custom rules : Karabiner rules for MonitorControl


Bonus: Using keyboard shortcuts display the native osd :

MonitorControl OSD

TODO

  • Hande multiple screen for keyboard shortcut (Possibly the choice to have all screen brightness/volume increase/decrease at the same time or separatly)
  • Skip Karabiner use for keyboard shortcut
  • Option to start app at login
  • Add SwiftLint

Support

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

Thanks

  • @bluejamesbond (Original developer)
  • @Tyilo (Fork)
  • @Bensge - (Used some code from his project NativeDisplayBrightness)