fixes small typo in media key keycodes table
This commit is contained in:
parent
a97e655d08
commit
54a1d61a06
@ -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) |
|
||||
|
Loading…
Reference in New Issue
Block a user