You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very nice! Yeah, I'm pretty confident that accesskey is the missing piece I'd need to make this a lot smoother. I'm not sure exactly when I'll come back to this - maybe on some upcoming train rides, but I'd love to rewrite it around that concept. :)
You can use HTML attribute accesskey to access the elements on the page. I've put together a small demo here: https://jsfiddle.net/x4ek56pc/
I've just tested your fiddle on Firefox 116 on Manjaro GNOME and it does not work; Alt+B gets inhibited by the browser to open the drop-down bookmarks menu. Alt+A does nothing, as does A and B.
You can use HTML attribute
accesskey
to access the elements on the page. I've put together a small demo here: https://jsfiddle.net/x4ek56pc/I've used jQuery in my example but that's just for the purpose of demonstration and it is not required for the
accesskey
to work.The text was updated successfully, but these errors were encountered: