As an aside, the following code also does not work on the T5 and E2.
{
EventType event;
MemSet(&event, sizeof(event), 0);
event.eType = keyDownEvent;
event.data.keyDown.chr = vchrKeyboardAlpha;
event.data.keyDown.modifiers = commandKeyMask;
EvtAddEventToQueue(&event);
}
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
