diff options
author | tmk <tmk@users.noreply.github.com> | 2015-12-14 15:55:43 +0900 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2015-12-14 15:55:43 +0900 |
commit | 33b55c11a868e1fdd5888bd181261996669c377a (patch) | |
tree | 8f824210a33623280a3ebbd73c5c6423cdbfbe3d /FAQ-Keymap.md | |
parent | 59adb168b4ce353550fd5f98df8027febb06fa5b (diff) |
Updated FAQ Keymap (markdown)
Diffstat (limited to 'FAQ-Keymap.md')
-rw-r--r-- | FAQ-Keymap.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FAQ-Keymap.md b/FAQ-Keymap.md index 6e02270fd6..883dbfe8be 100644 --- a/FAQ-Keymap.md +++ b/FAQ-Keymap.md @@ -64,10 +64,10 @@ And see this for **Unicode** input. - http://en.wikipedia.org/wiki/Unicode_input -### Apple keyboard Fn +## Apple/Mac keyboard Fn Not supported. -Apple keyboard sends keycode for Fn unlike most of other keyboards. +Apple/Mac keyboard sends keycode for Fn unlike most of other keyboards. I think you can send Apple Fn key using Apple venter specific Page 0xff01 and usage 0x0003. But you have to change HID Report Descriptor for this, of course. https://opensource.apple.com/source/IOHIDFamily/IOHIDFamily-606.1.7/IOHIDFamily/AppleHIDUsageTables.h |