ryan.j wrote:

Maybe just a way to have a
button that triggers the F11?

you could change the event.keyCode of another keypress

if (e.keyCode==13) { e.keyCode=122; return e.keyCode; }

And how do we make certain what keyCode 122 actually does?
Such things are configurable. It could mean "quit the browser"
or "go to the home page" or nothing.

--
Bertilo Wennergren <http://bertilow.com>

Reply via email to