https://github.com/bcalik/ayla-external-display-controller
Control your external macbook display using external keyboard shortcuts.
https://github.com/bcalik/ayla-external-display-controller
brightness contrast control controller display external macbook macos monitor osx volume
Last synced: 8 months ago
JSON representation
Control your external macbook display using external keyboard shortcuts.
- Host: GitHub
- URL: https://github.com/bcalik/ayla-external-display-controller
- Owner: bcalik
- Created: 2017-03-10T00:44:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T10:05:17.000Z (about 7 years ago)
- Last Synced: 2025-01-01T12:45:21.530Z (9 months ago)
- Topics: brightness, contrast, control, controller, display, external, macbook, macos, monitor, osx, volume
- Language: JavaScript
- Size: 126 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ayla External Display Controller (Brighness, Contrast, Volume) for Mac
Control your external macbook display using external keyboard shortcuts.## Installing dependencies
```bash
# Clone ddcctl repository
git clone https://github.com/kfix/ddcctl
# Go into the repository
cd ddcctl
# Install ddctl
make install
```## Development
```bash
# Clone this repository and go into it, then;
npm install
npm start
```## Usage
Use shortcuts to adjust brightness, contrast, and volume.
* F1 - Decrease brigthness
* F2 - Increase brigthness
* Shift+F1 - Decrease contrast
* Shift+F2 - Increase contrast
* F10 - Toggle volume mute
* F11 - Decrease volume
* F12 - Increase volume## Extras
You can also flip specific function keys on your keyboard.
So you don't have to press FN keys all the time, or viceversa.
Use FunctionFlip app to individually control your function keys.
http://kevingessner.com/software/functionflip/