summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FAQ-Keymap.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/FAQ-Keymap.md b/FAQ-Keymap.md
index cb9d7f6fdd..79ae7cb102 100644
--- a/FAQ-Keymap.md
+++ b/FAQ-Keymap.md
@@ -73,11 +73,13 @@ https://opensource.apple.com/source/IOHIDFamily/IOHIDFamily-606.1.7/IOHIDFamily/
## Media control keys in Mac OSX
-See issue #160.
+See [PR #160](https://github.com/tmk/tmk_keyboard/issues/160).
>The "Play/Pause"(KC_MPLY) works good on Apple OS. But "Next/Prev Track" buttons are unfunctional.
Apple OS use "Fast Forwad"(F9 on Apple keyboard) & "Rewind"(F7 on Apple keyboard) instead.
+Use `KC_MFFD`(`KC_MEDIA_FAST_FORWARD`) and `KC_MRWD`(`KC_MEDIA_REWIND`) instead of KC_ and `KC_MNXT` and `KC_MPRV`.
+
## Keys supported in Mac OSX?
You can know which keycodes are supported in OSX from this source code.