Updated FAQ Keymap (markdown)

master
tmk 2015-03-09 20:28:55 +09:00
parent b64631d02c
commit d6141c0bce
1 changed files with 3 additions and 1 deletions

View File

@ -73,11 +73,13 @@ https://opensource.apple.com/source/IOHIDFamily/IOHIDFamily-606.1.7/IOHIDFamily/
## Media control keys in Mac OSX ## 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. >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. 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? ## Keys supported in Mac OSX?
You can know which keycodes are supported in OSX from this source code. You can know which keycodes are supported in OSX from this source code.