Skip to content

Instantly share code, notes, and snippets.

Created May 10, 2012 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2652597 to your computer and use it in GitHub Desktop.
Save anonymous/2652597 to your computer and use it in GitHub Desktop.
AquaSKK4.2b1 の 10.7.4 アイコングレー化対策パッチ
diff --git a/platform/mac/proj/AquaSKK-Info.plist b/platform/mac/proj/AquaSKK-Info.plist
index 3579417..1b69dcf 100644
--- a/platform/mac/proj/AquaSKK-Info.plist
+++ b/platform/mac/proj/AquaSKK-Info.plist
@@ -52,6 +52,8 @@
<integer>1</integer>
<key>tsInputModeMenuIconFileKey</key>
<string>AquaSKK-InputMethod.tif</string>
+ <key>tsInputModeAlternateMenuIconFileKey</key>
+ <string>AquaSKK-InputMethod.tif</string>
<key>tsInputModePrimaryInScriptKey</key>
<true/>
<key>tsInputModeScriptKey</key>
@@ -71,6 +73,8 @@
<integer>1</integer>
<key>tsInputModeMenuIconFileKey</key>
<string>Mini-Hirakana.tiff</string>
+ <key>tsInputModeAlternateMenuIconFileKey</key>
+ <string>Mini-Hirakana.tiff</string>
<key>tsInputModePrimaryInScriptKey</key>
<true/>
<key>tsInputModeScriptKey</key>
@@ -90,6 +94,8 @@
<integer>2</integer>
<key>tsInputModeMenuIconFileKey</key>
<string>Mini-Katakana.tiff</string>
+ <key>tsInputModeAlternateMenuIconFileKey</key>
+ <string>Mini-Katakana.tiff</string>
<key>tsInputModePrimaryInScriptKey</key>
<false/>
<key>tsInputModeScriptKey</key>
@@ -109,6 +115,8 @@
<integer>0</integer>
<key>tsInputModeMenuIconFileKey</key>
<string>Mini-Jisx0201Kana.tiff</string>
+ <key>tsInputModeAlternateMenuIconFileKey</key>
+ <string>Mini-Jisx0201Kana.tiff</string>
<key>tsInputModePrimaryInScriptKey</key>
<false/>
<key>tsInputModeScriptKey</key>
@@ -128,6 +136,8 @@
<integer>0</integer>
<key>tsInputModeMenuIconFileKey</key>
<string>Mini-Jisx0208Latin.tiff</string>
+ <key>tsInputModeAlternateMenuIconFileKey</key>
+ <string>Mini-Jisx0208Latin.tiff</string>
<key>tsInputModePrimaryInScriptKey</key>
<false/>
<key>tsInputModeScriptKey</key>
@@ -147,6 +157,8 @@
<integer>3</integer>
<key>tsInputModeMenuIconFileKey</key>
<string>Mini-Ascii.tiff</string>
+ <key>tsInputModeAlternateMenuIconFileKey</key>
+ <string>Mini-Ascii.tiff</string>
<key>tsInputModePrimaryInScriptKey</key>
<true/>
<key>tsInputModeScriptKey</key>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment