summaryrefslogtreecommitdiff
path: root/docs/faq_keymap.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/faq_keymap.md
parent64b7cfe735339193ae78fe0f13029b0e027af7a7 (diff)
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/faq_keymap.md')
-rw-r--r--docs/faq_keymap.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/faq_keymap.md b/docs/faq_keymap.md
index 0a627469e7..84d8548d46 100644
--- a/docs/faq_keymap.md
+++ b/docs/faq_keymap.md
@@ -95,13 +95,6 @@ Even worse, it is not recognized unless the keyboard's VID and PID match that of
See [this issue](https://github.com/qmk/qmk_firmware/issues/2179) for detailed information.
-
-## Media Control Keys in Mac OSX
-#### KC_MNXT and KC_MPRV Does Not Work on Mac
-Use `KC_MFFD`(`KC_MEDIA_FAST_FORWARD`) and `KC_MRWD`(`KC_MEDIA_REWIND`) instead of `KC_MNXT` and `KC_MPRV`.
-See https://github.com/tmk/tmk_keyboard/issues/195
-
-
## Keys Supported in Mac OSX?
You can know which keycodes are supported in OSX from this source code.