One thing I missed from Howard’s Compose Key mappings was <compose>^1, <compose>^2, etc., to enter superscript digits¹ in toots² so I just added them in:
"\\^" = {
"1" = ("insertText:", "¹");
"2" = ("insertText:", "²");
"3" = ("insertText:", "³");
"4" = ("insertText:", "⁴");
"5" = ("insertText:", "⁵");
"6" = ("insertText:", "⁶");
"7" = ("insertText:", "⁷");
"8" = ("insertText:", "⁸");
"9" = ("insertText:", "⁹");
};
¹ AKA footnote indices :)
² Hey, why not?