Created
April 3, 2021 15:08
-
-
Save Dimentium/42b62c0bfcd41421eb5991d36d90dc4f to your computer and use it in GitHub Desktop.
Spainish-ISO-n-from-German.json
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
| { | |
| "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