From 692a4d66b4d6d9ae39a57d4c953dfbcbf939a166 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Mon, 4 Mar 2013 14:43:51 +0100 Subject: [PATCH 1/1] Fix mismatched serialization code. --- NJOutputKeyPress.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NJOutputKeyPress.m b/NJOutputKeyPress.m index c2000d8..5371475 100644 --- a/NJOutputKeyPress.m +++ b/NJOutputKeyPress.m @@ -12,7 +12,7 @@ @implementation NJOutputKeyPress + (NSString *)serializationCode { - return @"key"; + return @"key press"; } - (NSDictionary *)serialize { -- 2.20.1