Skip to content

Instantly share code, notes, and snippets.

@Dimentium
Last active April 3, 2021 09:47
Show Gist options
  • Select an option

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

Select an option

Save Dimentium/d9e90c18b8746ad033917f9f857ebf7e to your computer and use it in GitHub Desktop.
Goku for Karabiner rule: right option + n = ñ (Spain)
;; 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