-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add "a" keyboard shortcut to bookmark a toot. #2268
Conversation
Awesome, thank you! I just added one small thing: help text (for when you press the |
Note that when the toast appears, the alert will get read already, so I'm not sure the live region announcement is necessary. |
Sorry I forgot to update the help text. That was a silly oversight. |
Ah yes, I forgot about the alert. The alert is actually preferable to the aria live region, so that sighted people get the feedback as well. |
In that case, are you happy for me to revert your live region change? The alert already gets displayed with my original code. |
No worries, I reverted it. Now it just has the shortcut help text I added. Thanks a lot! |
Fixes nolanlawson#2237. Co-authored-by: Nolan Lawson <nolan@nolanlawson.com>
Fixes #2237.