# MonitorControl **Repository Path**: litigerking/MonitorControl ## Basic Information - **Project Name**: MonitorControl - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-13 - **Last Updated**: 2021-08-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

MonitorControl

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

Translations: :uk: :fr: :de: :it: :ru: :ukraine: :jp: :poland:


downloads latest version license platform

menulet screenshot

general screenshotkeys screenshot display screenshot advanced screenshot
_Bonus: Using keyboard keys displays the native osd_ osd screenshot
## Download Go to [Release](https://github.com/MonitorControl/MonitorControl/releases/latest) and download the latest `.dmg` ## Installing with Homebrew Cask You can also install MonitorControl with [Homebrew Cask](https://github.com/Homebrew/homebrew-cask). ```bash $ brew install --cask monitorcontrol ``` ## How to help Open [issues](https://github.com/MonitorControl/MonitorControl/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 - Xcode - [Swiftlint](https://github.com/realm/SwiftLint) - [SwiftFormat](https://github.com/nicklockwood/SwiftFormat) - [BartyCrouch](https://github.com/Flinesoft/BartyCrouch) (for updating localizations) Clone the project ```sh git clone https://github.com/MonitorControl/MonitorControl.git ``` Then dependencies will automatically get downloaded when opening the project, if they don't: `File > Swift Packages > Resolve Package Versions` You're all set ! Now open the `MonitorControl.xcodeproj` with Xcode ### Third party dependencies - [MediaKeyTap](https://github.com/MonitorControl/MediaKeyTap) - [Preferences](https://github.com/sindresorhus/Preferences) - [DDC.swift](https://github.com/reitermarkus/DDC.swift) - [SimplyCoreAudio](https://github.com/rnine/SimplyCoreAudio) ## Support - macOS Sierra (`10.12`) and up. - Works with monitors controllable via [DDC](https://en.wikipedia.org/wiki/Display_Data_Channel). ## Contributors - [@the0neyouseek](https://github.com/the0neyouseek) - [@reitermarkus](https://github.com/reitermarkus) - [@JoniVR](https://github.com/JoniVR) ## Thanks - [@bluejamesbond](https://github.com/bluejamesbond/) (Original developer) - [@Tyilo](https://github.com/Tyilo/) (Fork) - [@Bensge](https://github.com/Bensge/) - (Used some code from his project [NativeDisplayBrightness](https://github.com/Bensge/NativeDisplayBrightness)) - [@nhurden](https://github.com/nhurden/) (For the original MediaKeyTap) - [@kfix](https://github.com/kfix/ddcctl) (For ddcctl)