> I would like to use shift+left as shift+tab and shift+right as tab.
There is a object.fireEven t method, and a document.create Event method..
you could try to manipulate those, but I tried, and I didn't succeed in
emulating a tab or shift-tab.
I ve tried to change the key code in keyDown event. It will work for
shift+left for shift+tab. For shift+right for tab, because shiftKey property
is readonly, just can't set it to false. So it works as shift+tab as well.
That's the problem!
Jack
"Vincent van Beveren" <vincent@provid ent.remove.this .nl> wrote in message
news:40c5c514$0 $48959$e4fe514c @news.xs4all.nl ...[color=blue][color=green]
> > I would like to use shift+left as shift+tab and shift+right as tab.[/color]
>
> There is a object.fireEven t method, and a document.create Event method..
> you could try to manipulate those, but I tried, and I didn't succeed in
> emulating a tab or shift-tab.
>[/color]
Find official documentation, practical know-how, and expert guidance for builders working and troubleshooting in Microsoft products.
Something like that.
Though I must admit, I didn't get it to work, this should work (in
theory)
Good luck,
Vincent
datactrl wrote:[color=blue]
> Thanks Vincent.
>
> I ve tried to change the key code in keyDown event. It will work for
> shift+left for shift+tab. For shift+right for tab, because shiftKey property
> is readonly, just can't set it to false. So it works as shift+tab as well.
> That's the problem!
>[/color]
Comment