Skip to content

Instantly share code, notes, and snippets.

@macodev
Created February 19, 2013 11:31
Show Gist options
  • Save macodev/4985042 to your computer and use it in GitHub Desktop.
Save macodev/4985042 to your computer and use it in GitHub Desktop.
Mac OSX custom keybindings in ˜/Library/KeyBindings/DefaultKeyBinding.dict for IT keyboard
{
/* Custom Key Bindings */
"§" = ("insertText:", "}");
"°" = ("inesertText:", "{");
"ç" = ("insertText:", "#");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment