| 123456789 |
- // cp/ln -s this file into "~/Library/KeyBindings/"
- // short doc here:
- // http://www.hcs.harvard.edu/~jrus/Site/Cocoa%20Text%20System.html
- {
- "~ " = (insertText:, " ");
- "~a" = (insertText:, "α");
- "~b" = (insertText:, "β");
- "~g" = (insertText:, "γ");
- }
|