From d56c61cb5c12f5cd1c410210564b76b67f81f71f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fauconnier?= Date: Thu, 4 Nov 2021 18:12:43 +0100 Subject: [PATCH] fixed a typo preventing old keyboard from launching --- src/frameworks/UBPlatformUtils_mac.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frameworks/UBPlatformUtils_mac.mm b/src/frameworks/UBPlatformUtils_mac.mm index fa43bcb1..34fe2d72 100644 --- a/src/frameworks/UBPlatformUtils_mac.mm +++ b/src/frameworks/UBPlatformUtils_mac.mm @@ -627,7 +627,7 @@ void UBPlatformUtils::showOSK(bool show) { @autoreleasepool { CFDictionaryRef properties = (CFDictionaryRef)[NSDictionary - dictionaryWithObject: @"com.apple.keyboardViewer" + dictionaryWithObject: @"com.apple.KeyboardViewer" forKey: (NSString *)kTISPropertyInputSourceID]; NSArray *sources = (NSArray *)TISCreateInputSourceList(properties, true);