Hi!

Here is my set of keys. I guess I forgot vchrHardClock. I do have vchrHardBrightness, 
vchrHardContrast, and vchrLowBattery as the most
notable ones that I have, and you don't.
I think vchrCommand is also needed. I am not so sure about some of the others 
(vchrTsmX, vchrRonamatic). I don't know what they do, so I
hope that supressing them won't do any harm...

Cheers,
Tilo


// Ignore these
   else if (
    chr == vchrCommand || chr == vchrFind || chr == vchrCalc ||
    (chr >= vchrTsm1 && chr <= vchrTsm4) || chr == vchrKeyboard || (chr >= 
vchrRonamatic && chr <= vchrKeyboardNumeric)
   )
   {
    continue;
   }

   // Release display for these
   else if (
    chr == vchrAlarm || chr == vchrLock || chr == vchrLowBattery || chr == 
vchrBrightness || chr == vchrContrast ||
    chr == vchrHardBrightness || chr == vchrHardContrast
   )
   {
    HostTraceOutputTL(appErrorClass, "Starter: pause b/c vchr");

    presentation->pause();
   }




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to