Is there any way how can I use number as accesskey shortcut? For example when I have some code like this:
<a href="https://www.example.com/?p=25" accesskey="25">link #25</a>
When I hit alt + 2 + 5
on my keyboard while using Chrome, it will open link https://www.example.com/?p=25
. There can be 100 ~ 1000 such shortcuted links on the page.
Is it possible? Some jQuery lib.. whatever..