Created
July 3, 2017 02:00
-
-
Save ktakayama/6bb0d37f90ad46117c00fc64b6621a16 to your computer and use it in GitHub Desktop.
英数キーをコマンドキーにする
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "英数キーをコマンドキーにする", | |
"rules": [ | |
{ | |
"description": "英数キーを単体で押したときに、コマンドキーキーを送信する。", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "japanese_eisuu", | |
"modifiers": { | |
"optional": [ | |
"any" | |
] | |
} | |
}, | |
"to": [ | |
{ | |
"key_code": "left_command" | |
} | |
], | |
"to_if_alone": [ | |
{ | |
"key_code": "japanese_eisuu" | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Karabiner Elements で日本語キーボードの英数キーを単独で押した時にコマンドキーとして送信します。
↓ このURLをブラウザにコピペして貼り付けたらインポートできます。
karabiner://karabiner/assets/complex_modifications/import?url=https%3A%2F%2Fgist.githubusercontent.com%2Fktakayama%2F6bb0d37f90ad46117c00fc64b6621a16%2Fraw%2Ff9ffd9b701ae191ec3bed8e5ab87f31d0c7c732c%2Feisuu_to_command.json