Add keyboard shortcuts with html

PHOTO EMBED

Tue Mar 16 2021 22:17:57 GMT+0000 (Coordinated Universal Time)

Saved by @nour #html #keyboard

<button accesskey="e" onclick="alert('Edit')">Edit</button>
content_copyCOPY

Not exactly a straight up keyboard shortcut, as it requires the user to use specific modifier keys based on OS and browser

https://getfrontend.tips/add-keyboard-shortcuts.html