Skip to content

bcalik/ayla-external-display-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

Releases

No releases published

Packages

No packages published