Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Monitorcontrol | 23,319 | 12 days ago | 56 | mit | Swift | |||||
🖥 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. | ||||||||||
Unshaky | 2,869 | 8 months ago | 15 | mit | Swift | |||||
A software attempt to address the "double key press" issue on Apple's butterfly keyboard [not actively maintained] | ||||||||||
Keyboardkit | 1,223 | 3 days ago | 132 | June 05, 2023 | 44 | mit | Swift | |||
KeyboardKit helps you create custom keyboards for iOS and iPadOS. | ||||||||||
Keyboardlayoutguide | 1,158 | 1 | 9 months ago | 10 | December 16, 2019 | 9 | mit | Swift | ||
⌨️ KeyboardLayoutGuide, back from when it didn't exist. | ||||||||||
Tasty Imitation Keyboard | 1,152 | 3 years ago | 69 | bsd-3-clause | Swift | |||||
A custom keyboard for iOS8 that serves as a tasty imitation of the default Apple keyboard. Built using Swift and the latest Apple technologies! | ||||||||||
Seil | 573 | 4 years ago | 4 | unlicense | Objective-C | |||||
Seil (PCKeyboardHack) applies a patch to a keyboard driver. You can change CapsLock behavior, and activate dead keys on non-Apple keyboard. | ||||||||||
Romplayer | 413 | 4 years ago | mit | Swift | ||||||
AudioKit Sample Player (ROM Player) - EXS24, Sound Font, Wave Player | ||||||||||
Ivim | 360 | 3 years ago | 47 | C | ||||||
A vim port to iOS. | ||||||||||
Androidemoji | 358 | 7 years ago | 5 | Java | ||||||
AndroidEmoji | ||||||||||
Hid Apple Patched | 314 | 5 months ago | 20 | gpl-2.0 | C | |||||
Allows to swap the Fn key and left Control key and other tweaks on Macbook Pro and Apple keyboards in GNU/Linux |
Controls your external display brightness and volume and shows native OSD. Use menubar extra sliders or the keyboard, including native Apple keys!
Go to Releases and download the latest .dmg
, or you can install via Homebrew:
brew install MonitorControl
Show advanced settings
in app Preferences).MonitorControl
app fileAccessibility
under System Preferences
Privacy & Security
Privacy
as prompted (this is required only if you wish to use the native Apple keyboard brightness and media keys - if this is not the case, you can safely skip this step).Preferences...
for customization options (enable Show advanced settings
for even more options).Keyboard
in Preferences (the app uses Apple media keys by default).MonitorControl version | macOS version |
---|---|
v4.0.0 | Catalina 10.15* |
v3.1.1 | Mojave 10.14 |
v2.1.0 | Sierra 10.12 |
* With some limitations - full functionality available on macOS 11 Big Sur or newer.
Notable exceptions for hardware control compatibility:
Compatibility with
Avoid gamma table manipulation
under Preferences
Displays
! This step is not needed if you use Night Shift.Avoid gamma table manipulation
in MonitorControl or turn off Allow color adjustments
in BetterDisplay (under Settings/Displays/Overview). You might want to disable native keyboard control either in MonitorControl or BetterDisplay, depending on which app you want to use for brightness control and dimming.MonitorControl supports localization. We gladly welcome your contribution with a new language! See the opening post of the relevant discussion on how to add your translation!
git clone https://github.com/MonitorControl/MonitorControl.git
--single-branch --branch [branchname]
after the clone
option.MonitorControl.xcodeproj
with Xcode! The dependencies will automatically get downloaded once you open the project. If they don't: File > Packages > Resolve Package Versions