diff options
author | tmk <tmk@users.noreply.github.com> | 2015-10-29 06:21:33 +0900 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2015-10-29 06:21:33 +0900 |
commit | 8002d8dc29d4863ad30408c9fde4a7c788cd3fc2 (patch) | |
tree | b0d83e3e7e0a5cac9c8f25ac5f7d8f86672dd8f8 | |
parent | c38bac480bb620beaf55e0a9c2e5710d27eb1d2c (diff) |
Updated FAQ Keymap (markdown)
-rw-r--r-- | FAQ-Keymap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ-Keymap.md b/FAQ-Keymap.md index 663cdd6e36..15c3c83a87 100644 --- a/FAQ-Keymap.md +++ b/FAQ-Keymap.md @@ -68,7 +68,7 @@ And see this for **Unicode** input. Not supported. Apple keyboard sends keycode for Fn unlike most of other keyboards. -I think you can send Apple Fn key using Apple venter specific Page 0xff00 and usage 0x0003. But you have to change HID Report Descriptor for this, of course. +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 |