Repo // Standardize the IMK Server connection name.

This commit is contained in:
ShikiSuen 2022-08-30 18:46:28 +08:00
parent 7ca01eebca
commit 0c7e4f7a0f
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
import Cocoa import Cocoa
import InputMethodKit import InputMethodKit
let kConnectionName = "vChewing_1_Connection" let kConnectionName = "org.atelierInmu.inputmethod.vChewing_Connection"
switch max(CommandLine.arguments.count - 1, 0) { switch max(CommandLine.arguments.count - 1, 0) {
case 0: break case 0: break

View File

@ -90,7 +90,7 @@
</array> </array>
</dict> </dict>
<key>InputMethodConnectionName</key> <key>InputMethodConnectionName</key>
<string>vChewing_1_Connection</string> <string>org.atelierInmu.inputmethod.vChewing_Connection</string>
<key>InputMethodServerControllerClass</key> <key>InputMethodServerControllerClass</key>
<string>ctlInputMethod</string> <string>ctlInputMethod</string>
<key>InputMethodServerDelegateClass</key> <key>InputMethodServerDelegateClass</key>