How do you use accessKey or another mechanism to make keyboard shortcuts for navigating Dash apps? I’d like to make buttons clickable with hotkeys.
Hm, from https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/accessKeyLabel, it seems like accessKey
would at least highlight the element (and then you could press enter). Have you tried accessKey
?
accessKey
is an attribute as seen here:
accessKey (string; optional): Keyboard shortcut to activate or add focus to the element.
Button | Dash for Python Documentation | Plotly