'accelerator' Example
<html> <head> </head> <body> <p style="accelerator:true">Press Alt+N to bring the control into focus.</p> <input id="myN" type="text" size="30" accesskey="N" value="Access N"> </body> </html>