Explorar el Código

replace useless half-space with correct full space

Kevin H hace 11 años
padre
commit
e9bd3beab3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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:, "γ");