Skip to content

Instantly share code, notes, and snippets.

@Dimentium
Created April 3, 2021 15:08
Show Gist options
  • Select an option

  • Save Dimentium/42b62c0bfcd41421eb5991d36d90dc4f to your computer and use it in GitHub Desktop.

Select an option

Save Dimentium/42b62c0bfcd41421eb5991d36d90dc4f to your computer and use it in GitHub Desktop.
Spainish-ISO-n-from-German.json
{
"title": "Rule for Spain n",
"rules": [
{
"description" : "right alt + n = ñ (German - Spanish-ISO mod)",
"manipulators" : [ {
"to_delayed_action" : {
"to_if_invoked" : [ {
"key_code" : "semicolon"
}, {
"select_input_source" : {
"input_source_id" : "com.apple.keylayout.German"
}
} ],
"to_if_canceled" : [ {
"select_input_source" : {
"input_source_id" : "com.apple.keylayout.German"
}
} ]
},
"from" : {
"key_code" : "n",
"modifiers" : {
"mandatory" : [ "right_option" ]
}
},
"to" : [ {
"select_input_source" : {
"input_source_id" : "com.apple.keylayout.Spanish-ISO"
}
} ],
"type" : "basic"
} ]
}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment