<h1 align="center">Accesskeys for the AddURL Screen</h1>

<p>Accesskeys allow page authors to map key combinations to HTML form elements. This benefits users who prefer using the keyboard to the mouse. More information can be found at <a href="http://www.cs.tut.fi/~jkorpela/forms/accesskey.html">Improving Accessibility with Accesskey in HTML Forms and Links</a>.</p>

<p>Some parts of the DMOZ editing interface support accesskeys. The table below shows the accesskeys for the AddURL screen.</p>

<table align="center" cellspacing="4" border="1">
<tr><th>Accesskey</th><th>Form Element Affected<br /></th></tr>
<tr><td>Alt+u</td>    <td>URL</td>                        </tr>
<tr><td>Alt+t</td>    <td>Title</td>					  </tr>
<tr><td>Alt+d</td>    <td>Description</td>				  </tr>
<tr><td>Alt+o</td>    <td>ODP Note</td>				      </tr>
<tr><td>Alt+m</td>    <td>Move to Category</td>			  </tr>
<tr><td>Alt+b</td>    <td>Update + Back</td>			  </tr>
<tr><td>Alt+n</td>    <td>Update + Next</td>			  </tr>
<tr><td>Alt+&gt;</td> <td>Skip + Next</td>	     		  </tr>
<tr><td>Alt+s</td>    <td>Spellcheck</td>	     		  </tr>
<tr><td>Alt+s</td>    <td>Spellcheck</td>	     		  </tr>
<tr><td>Alt+c</td>    <td>Cancel</td>	     		      </tr>
<tr><td>Alt+r</td>    <td>Reset</td>	     		      </tr>
</table>

