add brightness consumer keys
This commit is contained in:
@@ -1,19 +1,21 @@
|
||||
# Media Keys
|
||||
Media keys extension adds keys for common media control keys. It can simply be
|
||||
Media keys extension adds keys for common media control keys. It can simply be
|
||||
added to the extensions list.
|
||||
|
||||
```python
|
||||
from kmk.extensions.media_keys import MediaKeys
|
||||
keyboard.extensions.append(MediaKeys())
|
||||
```
|
||||
|
||||
## Keycodes
|
||||
|
||||
## Keycodes
|
||||
|
||||
|Key |Aliases |Description |
|
||||
|-----------------------|--------------------|-----------------------------------------------|
|
||||
|`KC.AUDIO_MUTE` |`KC.MUTE` |Mute |
|
||||
|`KC.AUDIO_VOL_UP` |`KC.VOLU` |Volume Up |
|
||||
|`KC.AUDIO_VOL_DOWN` |`KC.VOLD` |Volume Down |
|
||||
|`KC.BRIGHTESS_UP` |`KC.BRIU` |Brightness Up |
|
||||
|`KC.BRIGHTNESS_DOWN` |`KC.BRID` |Brightness Down |
|
||||
|`KC.MEDIA_NEXT_TRACK` |`KC.MNXT` |Next Track (Windows) |
|
||||
|`KC.MEDIA_PREV_TRACK` |`KC.MPRV` |Previous Track (Windows) |
|
||||
|`KC.MEDIA_STOP` |`KC.MSTP` |Stop Track (Windows) |
|
||||
|
@@ -15,6 +15,8 @@ keyboard.extensions.append(MediaKeys())
|
||||
| `KC.AUDIO_MUTE` | `KC.MUTE` | Mudo |
|
||||
| `KC.AUDIO_VOL_UP` | `KC.VOLU` | Aumenta o Volume |
|
||||
| `KC.AUDIO_VOL_DOWN` | `KC.VOLD` | Aumenta o Volume |
|
||||
| `KC.BRIGHTESS_UP` | `KC.BRIU` | Aumentar o brilho |
|
||||
| `KC.BRIGHTNESS_DOWN` | `KC.BRID` | Diminuir o brilho |
|
||||
| `KC.MEDIA_NEXT_TRACK` | `KC.MNXT` | Faixa Seguinte (Windows) |
|
||||
| `KC.MEDIA_PREV_TRACK` | `KC.MPRV` | Faixa Anterior (Windows) |
|
||||
| `KC.MEDIA_STOP` | `KC.MSTP` | Stop Faixa (Windows) |
|
||||
|
Reference in New Issue
Block a user