summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FAQ-Keymap.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/FAQ-Keymap.md b/FAQ-Keymap.md
index 74e6e566a..7b37779ba 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