microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.09k stars 29.25k forks source link

consider how to make `when` clauses more discoverable for keyboard users #209683

Open meganrogge opened 7 months ago

meganrogge commented 7 months ago

We have the command: Developer: Inspect Context Keys which takes a mouse click.

@jooyoungseo said that when trying to come up with when clauses for the GHPR extension for example, this was tricky to do as a keyboard user.

Could we have a command that tracks the previously focused item before the quickpick takes focus and use that as the element for which to inspect context keys?

meganrogge commented 7 months ago

I also told JooYoung about the work of @benibenj to make configuring keybindings more accessible / discoverable in the context menu.