Skip to content
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

Tab key doesn't work in multiline string setting textarea #129260

Closed
rzhao271 opened this issue Jul 23, 2021 · 1 comment
Closed

Tab key doesn't work in multiline string setting textarea #129260

rzhao271 opened this issue Jul 23, 2021 · 1 comment
Assignees
Labels
settings-editor VS Code settings editor issues under-discussion Issue is under discussion for relevance, priority, approach wont-fix

Comments

@rzhao271
Copy link
Contributor

Testing #79571

This issue is to note that the tab key doesn't work in the multiline string setting textarea, because tab is used to move focus to the next element.

The monaco editor uses Ctrl+M to toggle between two modes: tab meaning to move focus, and tab meaning to insert a tab character into the editor. Maybe the textarea can do something similar?

@rzhao271 rzhao271 added settings-editor VS Code settings editor issues under-discussion Issue is under discussion for relevance, priority, approach labels Jul 23, 2021
@rzhao271 rzhao271 added this to the August 2021 milestone Jul 23, 2021
@rzhao271
Copy link
Contributor Author

Discussed offline and closing as a wontfix. Feel free to comment on this issue if you want it re-opened, though, or if you have an alternative solution to suggest.

@rzhao271 rzhao271 removed this from the August 2021 milestone Jul 23, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Sep 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
settings-editor VS Code settings editor issues under-discussion Issue is under discussion for relevance, priority, approach wont-fix
Projects
None yet
Development

No branches or pull requests

2 participants