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

index 135c86710cf48effb4e366097a9527edaaa13727..d7307ec7bd561d1ef27ef9ef17d91e7e72e8727c 100644 (file)
@@ -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).