Remove mappingsChanged with a notification. MappingsController no longer needs to...
[enjoyable.git] / NJOutputController.m
index 25d04b1..ed8fe2d 100644 (file)
@@ -26,7 +26,7 @@
     NSInteger row = radioButtons.selectedRow;
     
     if (row != 1) {
-        keyInput.keyCode = -1;
+        keyInput.keyCode = NJKeyInputFieldEmpty;
         [keyInput resignIfFirstResponder];
     }