Fixed the F13 key equivalent. Was showing up as F3
authorKent Sutherland <ksuther@ithinksw.com>
Thu, 2 Oct 2003 01:47:56 +0000 (01:47 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Thu, 2 Oct 2003 01:47:56 +0000 (01:47 +0000)
MenuController.m

index 8889d59..b0ee60f 100755 (executable)
         break;
         
         case 105:
-            ITDebugLog(@"Keycode for menu item \"%@\": 105 (F3)", [item title]);
-            charcode = NSF3FunctionKey;
+            ITDebugLog(@"Keycode for menu item \"%@\": 105 (F13)", [item title]);
+            charcode = NSF13FunctionKey;
         break;
         
         case 107: