DefaultKeyBinding.dict 270 B

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