microsoft / microsoft/AdaptiveCards
[Designer Accessibility] [Feature] Add new key binding to switch between different panes of the designer
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
Issue
It would be helpful if there was a new key binding that switched between the different panes of the designer & keeps focus on the correct element.
For instance, if a TextBlock has focus in the Card preview, pressing Space would move focus to the corresponding TextBlock in the Card Structure Pane, and pressing Space again would move focus to the TextBlock Element Properties Pane.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the designer's Card preview, Card Structure Pane, and Element Properties Pane, then trace how focus moves between their corresponding elements. Confirm how key bindings are registered and how the focused element is represented. Done means pressing the chosen key moves focus through the corresponding panes in order and preserves the correct element focus.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- accessibility
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100