Просмотр исходного кода

replace useless half-space with correct full space

Kevin H 11 лет назад
Родитель
Сommit
e9bd3beab3
1 измененных файлов с 1 добавлено и 0 удалено
  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:, "γ");