|
Posted by pwiegers@gmail.com on 06/07/07 05:12
Hi Mike,
> -vertical bar color needs to change back on backspace as it does when
> navigating with arrows
This was supposed to happen.. Definitely a bug!
> -would be nice if it would use the symbol instead of the number when
> holding shift and pressing a number key to the left of backspace (on
> US keyboards I mean). probably would also be nice to add localization
> for other countries' standard keyboards, a lot of work...
Teah, keyboardhandling sucks in JS. I'm thinking about starting a
little OSS side-project to try and solve this. Stopping events from
propagating for instance is a drag, esp. in IE. This needs solving on
a larger bases than just this little programm....
> -alt+[number combination] support to directly enter ASCII values would
> be cool (like String.fromCharCode() does)
I'm gonna try that :-)
> -home and end keys put into practice
Good idea, this can be done easily....
> By the way, your draw mode is fun...it's like like etch-a-sketch
Thank you! Your constructive criticism is helping me improve greatly!
Paul
Navigation:
[Reply to this message]
|