Created
December 16, 2025 06:47
-
-
Save Gyubin/c933dd77d50e87a97497ee34987815d5 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": "Convert to en when ESC", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "escape", | |
| "modifiers": { "optional": ["any"] } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "escape", | |
| "modifiers": [] | |
| } | |
| ], | |
| "to_after_key_up": [ | |
| { "select_input_source": { "language": "en" } }, | |
| { "key_code": "escape" } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Karabiner-Elements Settings -> Complex Modifications -> Add your own rule