소스 검색

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:, "γ");