diff options
author | tmk <tmk@users.noreply.github.com> | 2015-03-24 16:30:35 +0900 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2015-03-24 16:30:35 +0900 |
commit | 0eff2b199d3618a750bfc45968c72ed7b291e46b (patch) | |
tree | c8fcae518e0d8cc538460c84b54b1a75805cf927 /FAQ-Keymap.md | |
parent | 5e5aee44e5a941e2eb81e720e1475d376b1c3242 (diff) |
Updated FAQ Keymap (markdown)
Diffstat (limited to 'FAQ-Keymap.md')
-rw-r--r-- | FAQ-Keymap.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/FAQ-Keymap.md b/FAQ-Keymap.md index 74e6e566ac..7b37779ba8 100644 --- a/FAQ-Keymap.md +++ b/FAQ-Keymap.md @@ -92,4 +92,14 @@ https://opensource.apple.com/source/IOHIDFamily/IOHIDFamily-606.1.7/IOHIDFamily/ And `IOHIDConsumer::dispatchConsumerEvent` handles Consumer page usages. -https://opensource.apple.com/source/IOHIDFamily/IOHIDFamily-606.1.7/IOHIDFamily/IOHIDConsumer.cpp
\ No newline at end of file +https://opensource.apple.com/source/IOHIDFamily/IOHIDFamily-606.1.7/IOHIDFamily/IOHIDConsumer.cpp + + +## JIS keys in Mac OSX +Japanese JIS keyboard specific keys like `無変換(Muhenkan)`, `変換(Henkan)`, `ひらがな(hiragana)` are not recognized on OSX. You can use Seil to enable those keys, try fllowing options. + +***Enable NFER Key on PC keyboard*** +***Enable XFER Key on PC keyboard*** +***Enable KATAKANA Key on PC keyboard*** + +https://pqrs.org/osx/karabiner/seil.html
\ No newline at end of file |