From: Kent Sutherland Date: Thu, 2 Oct 2003 01:47:56 +0000 (+0000) Subject: Fixed the F13 key equivalent. Was showing up as F3 X-Git-Tag: v1.0~6 X-Git-Url: http://git.ithinksw.org/MenuTunes.git/commitdiff_plain/f4138fee3ff009b89aba308c5736357d2245118b?hp=1be5da6c250d62bea689cd308d745d4fcfdc164a Fixed the F13 key equivalent. Was showing up as F3 --- diff --git a/MenuController.m b/MenuController.m index 8889d59..b0ee60f 100755 --- a/MenuController.m +++ b/MenuController.m @@ -717,8 +717,8 @@ 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: