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
For better accessibility, we could implement aria-keyshortcuts. I guess that would be another function taking the keystroke and returning the aria-label (or maybe formatKeystroke could return both {label: string, aria: string} in a future major version). If it makes sense I will open a new issue to track this accessibility improvement.
For better accessibility, we could implement aria-keyshortcuts. I guess that would be another function taking the keystroke and returning the aria-label (or maybe
formatKeystroke
could return both{label: string, aria: string}
in a future major version). If it makes sense I will open a new issue to track this accessibility improvement.Originally posted by @krassowski in #258 (review)
The text was updated successfully, but these errors were encountered: