Re: [webkit-dev] handling of arrow keys

2010-02-14 Thread Simon Fraser
On Feb 14, 2010, at 7:43 PM, jyotigoyal wrote: > I need to handle the functionality of arrow keys in webkit. When for eg I > press down key , then the focus should be set on the nearest node possible > below that already focused node. i need to do this outside of webkit without > changing webkit.

[webkit-dev] handling of arrow keys

2010-02-14 Thread jyotigoyal
Hi I need to handle the functionality of arrow keys in webkit. When for eg I press down key , then the focus should be set on the nearest node possible below that already focused node. i need to do this outside of webkit without changing webkit. can i use javascript for this? this feature is also