[self updateInterfaceForCurrentMapping];
[NSNotificationCenter.defaultCenter
postNotificationName:NJEventMappingChanged
- object:self
- userInfo:@{ @"mapping": _currentMapping }];
+ object:self
+ userInfo:@{ NJMappingKey : _currentMapping }];
}
- (IBAction)addPressed:(id)sender {
}
- (void)mappingListDidChange:(NSNotification *)note {
- NSArray *mappings = note.userInfo[@"mappings"];
+ NSArray *mappings = note.userInfo[NJMappingListKey];
NJMapping *current = mappingPopup.selectedItem.representedObject;
[mappingPopup.menu removeAllItems];
for (NJMapping *mapping in mappings) {
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>129</string>
+ <string>131</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>NSHumanReadableCopyright</key>