|
From: creedon <icr...@us...> - 2005-10-02 19:40:45
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16137 Modified Files: shellkb.c Log Message: change MenuKey to MenuEvent, allows OS X Keyboard Shortcuts to get through Index: shellkb.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellkb.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** shellkb.c 11 Jan 2005 22:48:10 -0000 1.4 --- shellkb.c 1 Oct 2005 17:47:02 -0000 1.5 *************** *** 317,321 **** shellupdatemenus (); /*be sure the menus are properly checked and highlighted*/ ! if (!shellhandlemenu (MenuKey (chkb))) { /*cmd-key not consumed by menubar*/ if (fl) --- 317,321 ---- shellupdatemenus (); /*be sure the menus are properly checked and highlighted*/ ! if (!shellhandlemenu (MenuEvent (&shellevent))) { /* cmd-key not consumed by menubar */ /* 2005-10-01 creedon - change MenuKey to MenuEvent, allows OS X Keyboard Shortcuts to get through */ // cmd-key not consumed by menubar if (fl) |