Skip to content

Instantly share code, notes, and snippets.

@OKsign
Created February 8, 2021 16:37
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 OKsign/e413d9c94cf5e0fbbf094acc10b1c035 to your computer and use it in GitHub Desktop.
Save OKsign/e413d9c94cf5e0fbbf094acc10b1c035 to your computer and use it in GitHub Desktop.
{ "title": "input source",
"rules": [
{ "description": "input source",
"manipulators": [
{"from": { "key_code": "a" },
"parameters": {"basic.to_if_alone_timeout_milliseconds": 300},
"to_if_alone": [{"key_code": "8"},
{"key_code": "9"},
{"key_code": "0"}],
"type": "basic",
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"input_source_id": "com.apple.keylayout.Arabic-NorthAfrica"
}
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment