Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morinted/plover_windows_brightness

Plugin for Plover to change Windows monitor brightness
https://github.com/morinted/plover_windows_brightness

plover plugin

Last synced: about 12 hours ago
JSON representation

Plugin for Plover to change Windows monitor brightness

Awesome Lists containing this project

README

        

Plover Windows Brightness Control
=================================

Add support for controlling Windows monitor brightness from Plover.

Sample Usage
------------

Monitor brightness is a value between 0 and 100. You have three
available commands to manipulate this brightness: BRIGHTNESS_SET, BRIGHTNESS_UP, and BRIGHTNESS_DOWN.

Increase Brightness
~~~~~~~~~~~~~~~~~~~

- ``{PLOVER:BRIGHTNESS_UP}``

Increase brightness by 10 points.
- ``{PLOVER:BRIGHTNESS_UP:20}``

Increase brightness, specifying 20 points.

Decrease Brightness
~~~~~~~~~~~~~~~~~~~

- ``{PLOVER:BRIGHTNESS_DOWN}``

Decrease brightness by 10 points.
- ``{PLOVER:BRIGHTNESS_DOWN:20}``

Decrease brightness, specifying 20 points.

Setting Brightness
~~~~~~~~~~~~~~~~~~

- ``{PLOVER:BRIGHTNESS_SET:50}``

Set brightness to half.