aboutsummaryrefslogtreecommitdiffstats
path: root/docs/keycodes.md
diff options
context:
space:
mode:
authorSteve Purcell <steve@sanityinc.com>2019-10-30 12:39:38 +1300
committerfauxpark <fauxpark@gmail.com>2019-10-30 10:39:38 +1100
commit606813b72dc8645d59afb51775e6554b6c97769d (patch)
tree3ce4efcf0686f12adf3fc6ec68395d45fee67198 /docs/keycodes.md
parent64b7cfe735339193ae78fe0f13029b0e027af7a7 (diff)
downloadfirmware-606813b72dc8645d59afb51775e6554b6c97769d.tar.gz
firmware-606813b72dc8645d59afb51775e6554b6c97769d.tar.bz2
firmware-606813b72dc8645d59afb51775e6554b6c97769d.zip
Remove obsolete note about media keys in MacOS (#6631)
* Remove obsolete note about media keys in MacOS KC_MNXT and KC_MPRV work fine on MacOS, so this note is obsolete. * Document behaviour of MEDIA_FAST_FORWARD/MEDIA_REWIND codes on MacOS * Small typo fix, and make OS-dependent keycode claim less absolute * Update docs/keycodes_basic.md Co-Authored-By: fauxpark <fauxpark@gmail.com>
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r--docs/keycodes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md
index 60f14844c..7dcff03fd 100644
--- a/docs/keycodes.md
+++ b/docs/keycodes.md
@@ -185,8 +185,8 @@ This is a reference only. Each group of keys links to the page documenting their
|`KC_AUDIO_MUTE` |`KC_MUTE` |Mute |
|`KC_AUDIO_VOL_UP` |`KC_VOLU` |Volume Up |
|`KC_AUDIO_VOL_DOWN` |`KC_VOLD` |Volume Down |
-|`KC_MEDIA_NEXT_TRACK` |`KC_MNXT` |Next Track (Windows) |
-|`KC_MEDIA_PREV_TRACK` |`KC_MPRV` |Previous Track (Windows) |
+|`KC_MEDIA_NEXT_TRACK` |`KC_MNXT` |Next Track |
+|`KC_MEDIA_PREV_TRACK` |`KC_MPRV` |Previous Track |
|`KC_MEDIA_STOP` |`KC_MSTP` |Stop Track (Windows) |
|`KC_MEDIA_PLAY_PAUSE` |`KC_MPLY` |Play/Pause Track |
|`KC_MEDIA_SELECT` |`KC_MSEL` |Launch Media Player (Windows) |