InfoPlist // Implement `TISIconLabels` property.
This commit is contained in:
parent
24636ce7a7
commit
5d7841d27e
|
@ -60,6 +60,11 @@ SOFTWARE.
|
||||||
<string> </string>
|
<string> </string>
|
||||||
<key>TISIconIsTemplate</key>
|
<key>TISIconIsTemplate</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>TISIconLabels</key>
|
||||||
|
<dict>
|
||||||
|
<key>Primary</key>
|
||||||
|
<string>简注</string>
|
||||||
|
</dict>
|
||||||
<key>TISIntendedLanguage</key>
|
<key>TISIntendedLanguage</key>
|
||||||
<string>zh-Hans</string>
|
<string>zh-Hans</string>
|
||||||
<key>tsInputModeAlternateMenuIconFileKey</key>
|
<key>tsInputModeAlternateMenuIconFileKey</key>
|
||||||
|
@ -73,8 +78,6 @@ SOFTWARE.
|
||||||
<true/>
|
<true/>
|
||||||
<key>tsInputModeIsVisibleKey</key>
|
<key>tsInputModeIsVisibleKey</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>tsInputModeKeyEquivalentModifiersKey</key>
|
|
||||||
<integer>4608</integer>
|
|
||||||
<key>tsInputModeMenuIconFileKey</key>
|
<key>tsInputModeMenuIconFileKey</key>
|
||||||
<string>MenuIcon-SCVIM.png</string>
|
<string>MenuIcon-SCVIM.png</string>
|
||||||
<key>tsInputModePaletteIconFileKey</key>
|
<key>tsInputModePaletteIconFileKey</key>
|
||||||
|
@ -90,6 +93,11 @@ SOFTWARE.
|
||||||
<string> </string>
|
<string> </string>
|
||||||
<key>TISIconIsTemplate</key>
|
<key>TISIconIsTemplate</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>TISIconLabels</key>
|
||||||
|
<dict>
|
||||||
|
<key>Primary</key>
|
||||||
|
<string>繁注</string>
|
||||||
|
</dict>
|
||||||
<key>TISIntendedLanguage</key>
|
<key>TISIntendedLanguage</key>
|
||||||
<string>zh-Hant</string>
|
<string>zh-Hant</string>
|
||||||
<key>tsInputModeAlternateMenuIconFileKey</key>
|
<key>tsInputModeAlternateMenuIconFileKey</key>
|
||||||
|
@ -103,8 +111,6 @@ SOFTWARE.
|
||||||
<true/>
|
<true/>
|
||||||
<key>tsInputModeIsVisibleKey</key>
|
<key>tsInputModeIsVisibleKey</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>tsInputModeKeyEquivalentModifiersKey</key>
|
|
||||||
<integer>4608</integer>
|
|
||||||
<key>tsInputModeMenuIconFileKey</key>
|
<key>tsInputModeMenuIconFileKey</key>
|
||||||
<string>MenuIcon-TCVIM.png</string>
|
<string>MenuIcon-TCVIM.png</string>
|
||||||
<key>tsInputModePaletteIconFileKey</key>
|
<key>tsInputModePaletteIconFileKey</key>
|
||||||
|
|
Loading…
Reference in New Issue