diff options
author | tmk <tmk@users.noreply.github.com> | 2015-03-09 20:28:55 +0900 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2015-03-09 20:28:55 +0900 |
commit | d6141c0bce14b864fe9044f76fb0adae0dae8004 (patch) | |
tree | 0732d0b5dfeb8f2ffd05df0d5a40c3ad4825d6eb | |
parent | b64631d02c5c51a25a3e9e90473904ef840031d4 (diff) |
Updated FAQ Keymap (markdown)
-rw-r--r-- | FAQ-Keymap.md | 4 |
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. |