https://github.com/panathea/plover_windows_brightness
Plugin for Plover to change Windows monitor brightness
https://github.com/panathea/plover_windows_brightness
plover plugin
Last synced: 25 days ago
JSON representation
Plugin for Plover to change Windows monitor brightness
- Host: GitHub
- URL: https://github.com/panathea/plover_windows_brightness
- Owner: panathea
- Created: 2017-11-13T03:40:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T04:26:01.000Z (over 7 years ago)
- Last Synced: 2025-04-24T02:59:09.886Z (25 days ago)
- Topics: plover, plugin
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.