0
Good morning,
I put in accesskey="i"
to create a shortcut in html, but I need to add two letters, as I do?
<button type="button" class="btn btn-default btnEntidades" ng-click="salvarEntidades()" data-dismiss="modal" accesskey="s">Salvar</button>
But how to put e+p
example?
It is not possible to assign more than one key to the attribute
accesskeys
See this article– lazyFox