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
As of now, an onclick attribute is required for all elements with the attribute data-hotkey in order for the hotkey to actually work.
You can't set hotkeys for links unless you add onclick="window.location.href='website.com'" as an attribute. I think this is tedious and the data-hotkey should look for the href attribute on an anchor, and once the specified hotkey is pressed, the redirect is triggered.
The text was updated successfully, but these errors were encountered:
As of now, an
onclick
attribute is required for all elements with the attributedata-hotkey
in order for the hotkey to actually work.You can't set hotkeys for links unless you add
onclick="window.location.href='website.com'"
as an attribute. I think this is tedious and thedata-hotkey
should look for thehref
attribute on an anchor, and once the specified hotkey is pressed, the redirect is triggered.The text was updated successfully, but these errors were encountered: