Sfoglia il codice sorgente

replace useless half-space with correct full space

Kevin H 11 anni fa
parent
commit
e9bd3beab3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      DefaultKeyBinding.dict

+ 1 - 0
DefaultKeyBinding.dict

@@ -2,6 +2,7 @@
 // short doc here:
 // http://www.hcs.harvard.edu/~jrus/Site/Cocoa%20Text%20System.html
 {
+    "~ " = (insertText:, " ");
     "~a" = (insertText:, "α");
     "~b" = (insertText:, "β");
     "~g" = (insertText:, "γ");