Hi !

I wrote a script on draw with an event on DEL keyup

I was surprised to see that it did not work on first try

The resultat was because the DEL key return ascii code "46" instead of "127"

46 is the ascii code for dot, so the event occur when i press del and dot grin

I hope you will change it in the next version ( oh and i'm on the 7.52 )

Thank you in advance !!!