I am writing a keyboard driver for Palm OS 4.1 on Samsung i-500 . When I enqueue chrDelete into the keyboard event queue , it doesn't do anything , doesn't delete any character on the editor . Why this is so ? Is it something that I am missing for the Delete function ? please help .
You need to enqueue chrBackspace, not chrDelete.
-- Ken -- Ken Krugler <http://www.krugler.org> +1 530-265-2225
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
