From: Andy T. <an...@cr...> - 2001-09-03 22:40:12
|
Perusing spec.py I noticed a small typo. The event name 'keyUp' was incorrectly entered as 'keUp' in the events list for 'widget'. This would stop any key up event handlers from working in current and previous releases. This has now been fixed and updated in cvs and should be included in the next release. There, we can all breathe a sigh of relief now ;-) Whilst I was looking at the event model I wondered if anyone has felt the need to write a key down or key up event handler? I can't recall ever doing so, key press is sufficient for most of my requirements. Just because we can support key down and up (and indeed mouse down and mouse up) do we actually need these events in PythonCard? In the spirit of KISS maybe we could leave them out. Or not, I'm just thinking out loud here so feel free to join in if you have an opinion. Regards, Andy -- ----------------------------------------------------------------------- From the desk of Andrew J Todd esq. "Shave my poodle!" |