Skip to content

Instantly share code, notes, and snippets.

@Gyubin
Created December 16, 2025 06:47
Show Gist options
  • Select an option

  • Save Gyubin/c933dd77d50e87a97497ee34987815d5 to your computer and use it in GitHub Desktop.

Select an option

Save Gyubin/c933dd77d50e87a97497ee34987815d5 to your computer and use it in GitHub Desktop.
{
"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"
}
]
}
@Gyubin
Copy link
Author

Gyubin commented Dec 16, 2025

Karabiner-Elements Settings -> Complex Modifications -> Add your own rule

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment