Skip to content

Instantly share code, notes, and snippets.

@Mikoangelo
Created February 14, 2010 05:36
Show Gist options
  • Save Mikoangelo/303865 to your computer and use it in GitHub Desktop.
Save Mikoangelo/303865 to your computer and use it in GitHub Desktop.
{
"^m" = {
"/" = ("insertText:", "\U203D"); /* interrobang */
"~/" = ("insertText:", "\U2E18"); /* gnaborretni */
"," = ("insertText:", "\U2665"); /* black heard */
"." = ("insertText:", "\U3006"); /* closing mark */
"%" = ("insertText:", "\U3003"); /* ditto mark */
";" = ("insertText:", "\U22EE"); /* vertical ellipsis */
"A" = ("insertText:", "\U00A0\U00A0\U25B2\n\U25B2\U00A0\U25B2"); /* triforce */
"'" = ("insertText:", "\U2032"); /* single prime */
"\"" = ("insertText:", "\U2033"); /* double prime */
"x" = ("insertText:", "\U00D7"); /* multiplication sign */
"!" = ("insertText:", "\U2081"); /* subscript one */
"@" = ("insertText:", "\U2082"); /* subscript two */
"#" = ("insertText:", "\U2083"); /* subscript three */
"1" = ("insertText:", "\U00B9"); /* superscript one */
"2" = ("insertText:", "\U00B2"); /* superscript two */
"3" = ("insertText:", "\U00B3"); /* superscript three */
"s" = ("insertText:", "\U2416"); /* synchronous idle symbol */
"a" = ("insertText:", "\U2406"); /* acknowledge symbol */
"n" = ("insertText:", "\U2415"); /* negative acknowledge symbol */
"-" = ("insertText:", "\U200A\U2014\U200A"); /* hair space surrounded em dash */
"v" = ("insertText:", "\U2713"); /* check mark */
"8" = ("insertText:", "--8<----");
"*" = ("insertText:", "\U2014\U2702\U2014\U2014"); /* scissors delimiter, UTF-8 style */
"_" = ("insertText:", "@@_@_@__@_@_@@");
"d" = ("insertText:", "\U4DDB"); /* HEXAGRAM FOR GREAT PREPONDERANCE */
"5" = ("insertText:", "\U2603"); /* SNOWMAN (OF DOOM, ed.) */
"l" = ("insertText:", "\U03BB"); /* lamda[sic] */
"L" = ("insertText:", "\U039B"); /* uppercase lamda */
"f" = ("insertText:", "\UFB03"); /* ffi ligature */
};
"§" = "insertGlyphRepresentationOfKeyEquivalent:";
"^§" = "insertTextualRepresentationOfKeyEquivalent:";
"@§" = ("insertText:", "`");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment