diff --git a/Source/PreferencesWindowController.m b/Source/PreferencesWindowController.m index 0dd1feb9..a7ae14ed 100644 --- a/Source/PreferencesWindowController.m +++ b/Source/PreferencesWindowController.m @@ -97,8 +97,8 @@ static NSString *const kDefaultKeys = @"123456789"; [self.selectionKeyComboBox removeAllItems]; [self.selectionKeyComboBox addItemsWithObjectValues:@[ kDefaultKeys, - @"asdfghjkl", - @"asdfzxcvb" + @"ASDFGHJKL", + @"ASDFZXCVB" ]]; NSString *ckeys = [[NSUserDefaults standardUserDefaults] stringForKey:kCandidateKeys];