commit: 379bb770057eb4d8c49fb748813fc1b589802acc
parent 1c6d3d0cbc52eefce3c244ed958566204b9d65a7
Author: Amund Tenstad <github@amund.io>
Date: Mon, 9 Dec 2024 06:44:12 +0100
fix: KC_MEDIA_PLAY_PAUSE label (#24693)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/constants/keycodes/keycodes_0.0.1_basic.hjson b/data/constants/keycodes/keycodes_0.0.1_basic.hjson
@@ -1140,7 +1140,7 @@
"0x00AE": {
"group": "media",
"key": "KC_MEDIA_PLAY_PAUSE",
- "label": "Mute",
+ "label": "Play/Pause Track",
"aliases": [
"KC_MPLY"
]