brothercake
08-01-2003, 07:20 AM
I need a "hotkey" to send focus to a navigation bar, from which you can move around using the arrow keys.
But what key to use ... it has to be a control key, rather than a letter or a number (because the keypress handler returns 0 for the keyCode of letters and numbers, and it has to be keypress rather than keydown so that preventDefault works)
I originally went for "Insert", but that's going to conflict with JAWS which uses it as a primary control key .. and anyway Mac keyboards don't have one ..
So I've gone for F12, which on my computers has no pre-existing function in win/ie5, ie6, firebird or camino. Opera, Safari and mac/ie5 don't matter, because they can't support the key navigation anyway; sooo ...
Q: does anybody use a build of win/ie5, ie6, or mozilla for any platform, in which F12 already has a function?
But what key to use ... it has to be a control key, rather than a letter or a number (because the keypress handler returns 0 for the keyCode of letters and numbers, and it has to be keypress rather than keydown so that preventDefault works)
I originally went for "Insert", but that's going to conflict with JAWS which uses it as a primary control key .. and anyway Mac keyboards don't have one ..
So I've gone for F12, which on my computers has no pre-existing function in win/ie5, ie6, firebird or camino. Opera, Safari and mac/ie5 don't matter, because they can't support the key navigation anyway; sooo ...
Q: does anybody use a build of win/ie5, ie6, or mozilla for any platform, in which F12 already has a function?