Create new mappings from the menu.
[enjoyable.git] / Classes / NJMappingsController.m
index 500e901..772b14a 100644 (file)
 }
 
 - (IBAction)addPressed:(id)sender {
+    [self mappingPressed:sender];
     NJMapping *newMapping = [[NJMapping alloc] init];
     [_mappings addObject:newMapping];
     [self activateMapping:newMapping];