Created
April 9, 2018 04:47
-
-
Save ryonakae/6769d14666d7cc5609d64f089f4ea22e to your computer and use it in GitHub Desktop.
Spotlight起動時にIMEを英数にするKarabiner-ElementsのComplex Modifications
This file contains hidden or 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": "Spotlight起動時にIMEを英数にする", | |
"rules": [ | |
{ | |
"description": "Spotlight起動時にIMEを英数にする", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "spacebar", | |
"modifiers": { | |
"mandatory": ["command"] | |
} | |
}, | |
"to": [ | |
{ | |
"key_code": "spacebar", | |
"modifiers": ["command"] | |
}, | |
{ | |
"key_code": "japanese_eisuu" | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
~/.config/karabiner/assets/complex_modifications
にjsonを置くComplex Modifications
→Rules
→Add rule
から「Spotlight起動時にIMEを英数にする」をEnable
にする