IMKHelper // +allowedAlphanumericalTISInputSources.

This commit is contained in:
ShikiSuen 2022-09-12 18:05:04 +08:00
parent ece124d05d
commit 505b000a02
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ enum IMKHelper {
"org.unknown.keylayout.vChewingMiTAC",
]
static var allowedAlphanumericalTISInputSources: [TISInputSource] {
arrWhitelistedKeyLayoutsASCII.compactMap { TISInputSource.generate(from: $0) }
}
static var allowedBasicLayoutsAsTISInputSources: [TISInputSource?] {
//
var containerA: [TISInputSource?] = []