Skip to content

Instantly share code, notes, and snippets.

@homm
Created November 16, 2023 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save homm/728c9e00166e4db38823306b90d81a63 to your computer and use it in GitHub Desktop.
Save homm/728c9e00166e4db38823306b90d81a63 to your computer and use it in GitHub Desktop.
Karabiner config for Ilya Birman's typography layouts on left-and-right-from-the-space modifier single press
{
"profiles": [
{
"complex_modifications": {
"rules": [
{
"description": "Change input source to Birman Layout.",
"manipulators": [
{
"from": {
"key_code": "left_control",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "left_control"
}
],
"to_if_alone": [
{
"select_input_source": {
"input_source_id": "english-ilyabirmantypography$"
}
}
],
"type": "basic"
},
{
"from": {
"key_code": "left_option",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "left_option"
}
],
"to_if_alone": [
{
"select_input_source": {
"input_source_id": "english-ilyabirmantypography$"
}
}
],
"type": "basic"
},
{
"from": {
"key_code": "left_command",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "left_command"
}
],
"to_if_alone": [
{
"select_input_source": {
"input_source_id": "english-ilyabirmantypography$"
}
}
],
"type": "basic"
},
{
"from": {
"key_code": "right_option",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "right_option"
}
],
"to_if_alone": [
{
"select_input_source": {
"input_source_id": "russian-ilyabirmantypography$"
}
}
],
"type": "basic"
},
{
"from": {
"key_code": "right_command",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "right_command"
}
],
"to_if_alone": [
{
"select_input_source": {
"input_source_id": "russian-ilyabirmantypography$"
}
}
],
"type": "basic"
}
]
}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment