aboutsummaryrefslogtreecommitdiff
path: root/docs/faq_keymap.md
diff options
context:
space:
mode:
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 0a627469e..84d8548d4 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
95 95
96See [this issue](https://github.com/qmk/qmk_firmware/issues/2179) for detailed information. 96See [this issue](https://github.com/qmk/qmk_firmware/issues/2179) for detailed information.
97 97
98
99## Media Control Keys in Mac OSX
100#### KC_MNXT and KC_MPRV Does Not Work on Mac
101Use `KC_MFFD`(`KC_MEDIA_FAST_FORWARD`) and `KC_MRWD`(`KC_MEDIA_REWIND`) instead of `KC_MNXT` and `KC_MPRV`.
102See https://github.com/tmk/tmk_keyboard/issues/195
103
104
105## Keys Supported in Mac OSX? 98## Keys Supported in Mac OSX?
106You can know which keycodes are supported in OSX from this source code. 99You can know which keycodes are supported in OSX from this source code.
107 100