Klaus, Your script (set the navigationarrows to false) worked fine. Thank you! As for the confusion about the keys - I apologize. I'm using a 17" Aluminum PowerBook and on my keyboard the Home and End keys are the arrows forward and backward. My Chemistry students quickly figured out they could bypass the questions I had written into my stack. Thanks to Klaus, I now have that problem solved. Doug Gilliland Sarasota, FL
On 8/11/05, Ken Ray <[EMAIL PROTECTED]> wrote: > On 8/11/05 5:01 AM, "Douglas Gilliland" <[EMAIL PROTECTED]> wrote: > > > Is there a way to disable the Home and End keys on a Mac? I have > > authored stacks for my high school students and don't want them to > > bypass my questions by hitting these keys to go forward or backward in > > the stack. Searched the Documentation (use the disable command?) and > > Shafer's book but none of my disable scripts would work. > > Hmm... Home and End shouldn't navigate cards... only the arrow keys should > do that. If you turn off the navigationArrows that takes care of the arrow > keys. To trap for Home and End keys, you need to trap the 'rawKeyDown' or > 'rawKeyUp' handlers and look for the keycode 65360 (for Home) and 65367 (for > End). > > HTH, > > Ken Ray > Sons of Thunder Software > Web site: http://www.sonsothunder.com/ > Email: [EMAIL PROTECTED] > > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
