diff options
author | tmk <tmk@users.noreply.github.com> | 2015-10-29 05:50:25 +0900 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2015-10-29 05:50:25 +0900 |
commit | 483de131147032d94ffbcb7acced83640fffd457 (patch) | |
tree | b1e74cc9d1c84ab8796468953734da788bde4770 | |
parent | 06e9019a06693375ac5621679d140620a03ad95e (diff) | |
download | qmk_firmware-483de131147032d94ffbcb7acced83640fffd457.tar.gz qmk_firmware-483de131147032d94ffbcb7acced83640fffd457.zip |
Updated FAQ Keymap (markdown)
-rw-r--r-- | FAQ-Keymap.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/FAQ-Keymap.md b/FAQ-Keymap.md index 7912ad1309..3d1496d2b0 100644 --- a/FAQ-Keymap.md +++ b/FAQ-Keymap.md @@ -218,4 +218,6 @@ Dual-role key: https://en.wikipedia.org/wiki/Modifier_key#Dual-role_keys ## Eject on Mac OSX -It is actually `F20`, at least HHKB uses it for Eject key(`Fn+f`) on Mac mode.
\ No newline at end of file +`EJCT` keycode works on OSX. https://github.com/tmk/tmk_keyboard/issues/250 + +Not sure what keycode Eject is on genuine Apple keyboard actually. HHKB uses `F20` for Eject key(`Fn+f`) on Mac mode but this is not same as Apple Eject keycode probably.
\ No newline at end of file |