aboutsummaryrefslogtreecommitdiffstats
path: root/docs/keycodes_basic.md
diff options
context:
space:
mode:
authorJonas Eppard2025-09-30 00:54:48 +0200
committerGitHub2025-09-30 00:54:48 +0200
commit7aed244aaeb943377e134e21cce273a12b4b56f9 (patch)
tree416c752c93c6a1aa04c3fb23209fdb4d42706679 /docs/keycodes_basic.md
parent880c0c8ee000b8a3c8f407f9204f09a5107acc28 (diff)
[DOCS] Fix keycodes_basic FastForward + Rewind #25685 (#25686)
Diffstat (limited to 'docs/keycodes_basic.md')
-rw-r--r--docs/keycodes_basic.md4
1 files changed, 2 insertions, 2 deletions
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 |