matrix-react-sdk
matrix-react-sdk copied to clipboard
Accessibility: Add Keyboard Navigation for Messages
Fixes https://github.com/element-hq/element-web/issues/25123. Extracted from #12189.
Allows to use the keyboard to navigate to messages:
Checklist
- [ ] Tests written for new code (and old code if feasible)
- [x] Linter and other CI checks pass
- [x] Sign-off given on the changes (see CONTRIBUTING.md)
Signed-off-by: Alex Kirk <[email protected]>
Here's what your changelog entry will look like:
✨ Features
- Accessibility: Add Keyboard Navigation for Messages (#12189). Contributed by @akirk.
You can CTRL+UP your way into collapsed events without them being expanded. This makes it look like nothing is happening when you enter the keys but it's really moving each event up in the collapsed section. Not sure if that is a showstopper.