summaryrefslogtreecommitdiffstats
path: root/FAQ-Keymap.md
diff options
context:
space:
mode:
authortmk <tmk@users.noreply.github.com>2015-03-09 20:34:06 +0900
committertmk <tmk@users.noreply.github.com>2015-03-09 20:34:06 +0900
commit5e5aee44e5a941e2eb81e720e1475d376b1c3242 (patch)
treeaee399b1e84bf97651bbc2eae7c0a94be3864a50 /FAQ-Keymap.md
parent506c7763004651749920cd0821f8fd80944a95a9 (diff)
Updated FAQ Keymap (markdown)
Diffstat (limited to 'FAQ-Keymap.md')
-rw-r--r--FAQ-Keymap.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/FAQ-Keymap.md b/FAQ-Keymap.md
index f6c38e8259..74e6e566ac 100644
--- a/FAQ-Keymap.md
+++ b/FAQ-Keymap.md
@@ -66,8 +66,8 @@ And see this for **Unicode** input.
### Apple keyboard Fn
Not supported.
-Apple keyboard sends keycod for Fn unlike most of other keyboards.
-I think you can send Apple Fn key using Appleventer Page 0xff00 and usage 0x0003. You have to change HID Report Descriptor, of course.
+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.
https://opensource.apple.com/source/IOHIDFamily/IOHIDFamily-606.1.7/IOHIDFamily/AppleHIDUsageTables.h
@@ -82,6 +82,7 @@ Use `KC_MFFD`(`KC_MEDIA_FAST_FORWARD`) and `KC_MRWD`(`KC_MEDIA_REWIND`) instead
https://github.com/tmk/tmk_keyboard/blob/5a8dbc63ea29eb454ad5f36de5c6c33172230f88/common/keycode.h#L141-L144
+
## Keys supported in Mac OSX?
You can know which keycodes are supported in OSX from this source code.