[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Delete key issue...
On Friday, March 8, 2013 9:30:48 AM UTC-5, Harry Potter wrote:
> I *don't* use the same keystrokes for the CBM and Apple 2. I use the key code constants supplied with cc65. I just tried the suggested delete key in a text field, and a star appeared. Sorry for sunding stupid :( , but what is the key code for the delete key as seen by WinApple? Please bear with me because I have plans--or at least ideas.... :(
I found the problem: I was trapping printable characters before control characters and cc65 seems to recognize the delete key as a printable character. I fixed it. Sorry for the fruitless post. :(