How to detect the "tab" keypress in Safari
Posted
by Topener
on Stack Overflow
See other posts from Stack Overflow
or by Topener
Published on 2010-06-16T09:07:07Z
Indexed on
2010/06/16
9:42 UTC
Read the original article
Hit count: 210
JavaScript
|safari
I would like to detect the 'tab' keypress in Safari. It already works in IE and Firefox.
The trigger is on keypress. Both firefox and IE return key '9' which is Tab. But Safari looks like to ignore this. Both versions 4 and 5 seem to fail in detecting it. How do i detect it?
© Stack Overflow or respective owner