fixes small typo in media key keycodes table

This commit is contained in:
topicref 2022-09-27 21:15:01 -04:00 committed by Kyle Brown
parent a97e655d08
commit 54a1d61a06

View File

@ -14,7 +14,7 @@ keyboard.extensions.append(MediaKeys())
|`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_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) |