parent
d97ffb72a8
commit
720617346d
|
@ -97,8 +97,8 @@ static NSString *const kDefaultKeys = @"123456789";
|
||||||
[self.selectionKeyComboBox removeAllItems];
|
[self.selectionKeyComboBox removeAllItems];
|
||||||
[self.selectionKeyComboBox addItemsWithObjectValues:@[
|
[self.selectionKeyComboBox addItemsWithObjectValues:@[
|
||||||
kDefaultKeys,
|
kDefaultKeys,
|
||||||
@"asdfghjkl",
|
@"ASDFGHJKL",
|
||||||
@"asdfzxcvb"
|
@"ASDFZXCVB"
|
||||||
]];
|
]];
|
||||||
|
|
||||||
NSString *ckeys = [[NSUserDefaults standardUserDefaults] stringForKey:kCandidateKeys];
|
NSString *ckeys = [[NSUserDefaults standardUserDefaults] stringForKey:kCandidateKeys];
|
||||||
|
|
Loading…
Reference in New Issue