Created
May 8, 2025 03:11
-
-
Save kazgoto/cb962fd35dfb93c5f8c270528c01e219 to your computer and use it in GitHub Desktop.
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
{ | |
"description": "Cmd+Shift+Space で英語入力に切り替える(1Password Quick Access 利用時に英字入力へ強制切り替え)", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "spacebar", | |
"modifiers": { "mandatory": ["left_shift", "left_command"] } | |
}, | |
"to": [ | |
{ "select_input_source": { "language": "en" } }, | |
{ | |
"key_code": "spacebar", | |
"modifiers": ["left_shift", "left_command"] | |
} | |
], | |
"type": "basic" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment