浏览代码

replace useless half-space with correct full space

Kevin H 11 年之前
父节点
当前提交
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:, "γ");