summaryrefslogtreecommitdiffstats
path: root/FAQ-Keymap.md
diff options
context:
space:
mode:
authortmk <tmk@users.noreply.github.com>2015-03-09 20:22:02 +0900
committertmk <tmk@users.noreply.github.com>2015-03-09 20:22:02 +0900
commitb321f44ff612f4d9eed56b2900fc5c6134d7f654 (patch)
tree1ce1367d7bbe5af444e4e4d51b461ac3745d2c2b /FAQ-Keymap.md
parent1650d4692caca6c272ba705168065236280f4889 (diff)
Updated FAQ Keymap (markdown)
Diffstat (limited to 'FAQ-Keymap.md')
-rw-r--r--FAQ-Keymap.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/FAQ-Keymap.md b/FAQ-Keymap.md
index 135c86710c..d7307ec7bd 100644
--- a/FAQ-Keymap.md
+++ b/FAQ-Keymap.md
@@ -72,7 +72,13 @@ I think you can send Apple Fn key using Appleventer Page 0xff00 and usage 0x0003
https://opensource.apple.com/source/IOHIDFamily/IOHIDFamily-606.1.7/IOHIDFamily/AppleHIDUsageTables.h
-## Mac OSX suppors key?
+## Media control keys in Mac OSX
+See #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.
+
+
+## Keys supported in Mac OSX?
You can know which keycodes are supported in OSX from this source code.
`usb_2_adb_keymap` array maps Keyboard/Keypad Page usages to ADB scancodes(OSX internal keycodes).