From 7aed244aaeb943377e134e21cce273a12b4b56f9 Mon Sep 17 00:00:00 2001
From: Jonas Eppard
Date: Tue, 30 Sep 2025 00:54:48 +0200
Subject: [DOCS] Fix keycodes_basic FastForward + Rewind #25685 (#25686)
---
docs/keycodes.md | 4 ++--
docs/keycodes_basic.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
(limited to 'docs')
diff --git a/docs/keycodes.md b/docs/keycodes.md
index e569e87431..c540a7ce7f 100644
--- a/docs/keycodes.md
+++ b/docs/keycodes.md
@@ -203,8 +203,8 @@ See also: [Basic Keycodes](keycodes_basic)
|`KC_WWW_STOP` |`KC_WSTP` |Browser Stop |✔ | |✔ |
|`KC_WWW_REFRESH` |`KC_WREF` |Browser Refresh |✔ | |✔ |
|`KC_WWW_FAVORITES` |`KC_WFAV` |Browser Favorites |✔ | |✔ |
-|`KC_MEDIA_FAST_FORWARD` |`KC_MFFD` |Next Track |✔ |✔5|✔ |
-|`KC_MEDIA_REWIND` |`KC_MRWD` |Previous Track |✔6|✔5|✔ |
+|`KC_MEDIA_FAST_FORWARD` |`KC_MFFD` |Fast Forward |✔ |✔5|✔ |
+|`KC_MEDIA_REWIND` |`KC_MRWD` |Rewind |✔6|✔5|✔ |
|`KC_BRIGHTNESS_UP` |`KC_BRIU` |Brightness Up |✔ |✔ |✔ |
|`KC_BRIGHTNESS_DOWN` |`KC_BRID` |Brightness Down |✔ |✔ |✔ |
|`KC_CONTROL_PANEL` |`KC_CPNL` |Open Control Panel |✔ | | |
diff --git a/docs/keycodes_basic.md b/docs/keycodes_basic.md
index 66dfbe6ded..8b0e1d694d 100644
--- a/docs/keycodes_basic.md
+++ b/docs/keycodes_basic.md
@@ -219,8 +219,8 @@ Some of these keycodes may behave differently depending on the OS. For example,
|`KC_WWW_STOP` |`KC_WSTP`|Browser Stop |
|`KC_WWW_REFRESH` |`KC_WREF`|Browser Refresh |
|`KC_WWW_FAVORITES` |`KC_WFAV`|Browser Favorites |
-|`KC_MEDIA_FAST_FORWARD`|`KC_MFFD`|Next Track |
-|`KC_MEDIA_REWIND` |`KC_MRWD`|Previous Track |
+|`KC_MEDIA_FAST_FORWARD`|`KC_MFFD`|Fast Forward |
+|`KC_MEDIA_REWIND` |`KC_MRWD`|Rewind |
|`KC_BRIGHTNESS_UP` |`KC_BRIU`|Brightness Up |
|`KC_BRIGHTNESS_DOWN` |`KC_BRID`|Brightness Down |
|`KC_CONTROL_PANEL` |`KC_CPNL`|Open Control Panel |
--
cgit v1.2.3