bcalik / ayla-external-display-controller

Control your external macbook display using external keyboard shortcuts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ayla External Display Controller (Brighness, Contrast, Volume) for Mac

Control your external macbook display using external keyboard shortcuts.

Installing dependencies

# Clone ddcctl repository
git clone https://github.com/kfix/ddcctl
# Go into the repository
cd ddcctl
# Install ddctl
make install

Development

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

About

Control your external macbook display using external keyboard shortcuts.


Languages

Language:JavaScript 100.0%