Seems that doesn't reconize the keypad and up-down-left-right arrows.
I had that problem before but I thought It were normal :P (stupid me?)

-
Andrea



On Sat, Dec 4, 2010 at 11:01, אריה גלזר <arieh.gla...@gmail.com> wrote:

> just a a side note - IMO you should never use keypress. use key down
> instead. And if you want to find special chars, the best way is to listen to
> their combination.
> http://jsfiddle.net/ariehg/zZKr2/
>
> todo -  another bug to file (later today) - it seems event.key has many
> bugs. doesn't recognize shift either.
>
> On Fri, Dec 3, 2010 at 8:05 PM, xtof <christophe.rue...@gmail.com> wrote:
>
>> $('someinputfield').addEvent("keypress",function(event)
>> { alert(event.key); });
>>
>
>
>
> --
> Arieh Glazer
> אריה גלזר
> 052-5348-561
> http://www.arieh.co.il
> http://www.link-wd.co.il
>
>

Reply via email to