Last active
April 3, 2021 09:47
-
-
Save Dimentium/d9e90c18b8746ad033917f9f857ebf7e to your computer and use it in GitHub Desktop.
Goku for Karabiner rule: right option + n = ñ (Spain)
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
| ;; slightly modified solution from https://github.com/pqrs-org/Karabiner-Elements/issues/1926 | |
| {:input-sources {:es {:input_source_id "com.apple.keylayout.Spanish"} | |
| :abc {:input_source_id "com.apple.keylayout.ABC"}} | |
| :main [; | |
| {:des "right option + n = ñ" | |
| :rules [[:!En {:input :es} nil {:delayed {:invoked [:semicolon {:input :abc}] :canceled {:input :abc}}}]] | |
| }] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment