i want ask about accesskey how i can remove alt, i have this code
<a id="button_new_order" accesskey="n"><img src="view/image/pos/new_off.png" title="<?php echo $button_new_order; ?>" alt="<?php echo $button_new_order; ?>"/></a>
so my acces key is n and i must press alt + n to get new order but i like to use n only cause make easy. how can i do that thanks. as for now im already know how to use accesskey on html but for make it simple i still dont know.