Skip to content

Instantly share code, notes, and snippets.

@comuttun
Created October 19, 2014 18:38
Show Gist options
  • Save comuttun/dd0a03bdc81e2660ea07 to your computer and use it in GitHub Desktop.
Save comuttun/dd0a03bdc81e2660ea07 to your computer and use it in GitHub Desktop.
Change Space and Shift+Space behavior for JapaneseIM on OS X Yosemite
diff --git a/KeySetting_Ainu.plist b/KeySetting_Ainu.plist
index 197b151..809b6b8 100644
--- a/KeySetting_Ainu.plist
+++ b/KeySetting_Ainu.plist
@@ -13,14 +13,14 @@
<key>command</key>
<string>direct_input</string>
<key>character</key>
- <string> </string>
+ <string> </string>
</dict>
<key>shift+&apos; &apos;</key>
<dict>
<key>command</key>
<string>direct_input</string>
<key>character</key>
- <string> </string>
+ <string> </string>
</dict>
<key>delete:</key>
<dict>
@@ -33,7 +33,7 @@
<key>option+&apos; &apos;</key>
<dict>
<key>character</key>
- <string> </string>
+ <string> </string>
</dict>
<key>deleteBackward:</key>
<dict>
diff --git a/KeySetting_Default.plist b/KeySetting_Default.plist
index 5aa914c..e25e878 100644
--- a/KeySetting_Default.plist
+++ b/KeySetting_Default.plist
@@ -13,14 +13,14 @@
<key>command</key>
<string>direct_input</string>
<key>character</key>
- <string> </string>
+ <string> </string>
</dict>
<key>shift+&apos; &apos;</key>
<dict>
<key>command</key>
<string>direct_input</string>
<key>character</key>
- <string> </string>
+ <string> </string>
</dict>
<key>delete:</key>
<dict>
@@ -177,7 +177,7 @@
<key>option+&apos; &apos;</key>
<dict>
<key>character</key>
- <string> </string>
+ <string> </string>
</dict>
<key>deleteBackward:</key>
<dict>
@@ -976,7 +976,7 @@
<key>command</key>
<string>direct_input</string>
<key>character</key>
- <string> </string>
+ <string> </string>
</dict>
<key>capslock_on</key>
<dict>
diff --git a/KeySetting_Windows.plist b/KeySetting_Windows.plist
index 4235a9f..4097b99 100644
--- a/KeySetting_Windows.plist
+++ b/KeySetting_Windows.plist
@@ -13,14 +13,14 @@
<key>command</key>
<string>direct_input</string>
<key>character</key>
- <string> </string>
+ <string> </string>
</dict>
<key>shift+&apos; &apos;</key>
<dict>
<key>command</key>
<string>direct_input</string>
<key>character</key>
- <string> </string>
+ <string> </string>
</dict>
<key>delete:</key>
<dict>
@@ -172,7 +172,7 @@
<key>option+&apos; &apos;</key>
<dict>
<key>character</key>
- <string> </string>
+ <string> </string>
</dict>
<key>control+&apos; &apos;</key>
<dict>
@@ -182,7 +182,7 @@
<key>shift+control+&apos; &apos;</key>
<dict>
<key>character</key>
- <string> </string>
+ <string> </string>
</dict>
<key>deleteBackward:</key>
<dict>
@@ -861,7 +861,7 @@
<key>command</key>
<string>direct_input</string>
<key>character</key>
- <string> </string>
+ <string> </string>
</dict>
<key>capslock_on</key>
<dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment