fixed a typo preventing old keyboard from launching

preferencesAboutTextFull
Clément Fauconnier 3 years ago
parent 7466b60778
commit d56c61cb5c
  1. 2
      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);

Loading…
Cancel
Save