]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated FAQ Keymap (markdown)
authortmk <tmk@users.noreply.github.com>
Mon, 9 Mar 2015 11:28:55 +0000 (20:28 +0900)
committertmk <tmk@users.noreply.github.com>
Mon, 9 Mar 2015 11:28:55 +0000 (20:28 +0900)
FAQ-Keymap.md

index cb9d7f6fdddd6cb9de7959a1593f8e860973f1d3..79ae7cb102a245e69106693d5c38a5350d940444 100644 (file)
@@ -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.