VSCodeTriageBot / testissues

Clone of the vscode issue stream.
39 stars 22 forks source link

After completing a word in the terminal, screen reader user cannot edit of review it #631

Open VSCodeTriageBot opened 2 years ago

VSCodeTriageBot commented 2 years ago

Reported via https://github-com/microsoft/vscode/-/149882-issuecomment-1137054006

User is using orca.

Another thing I can't do is complete a command in the terminal either. Normally this is done via tab which screen readers often override. Do you know how other terminals handle this? One workaround you could try is to setup a custom keybinding to send the tab sequence to the shell:

{
    "key":"ctrl+.",
    "command":"workbench.action.terminal.sendSequence",
    "when":"terminalFocus",
    "args":{  "text":"\u0009"  }
}

Also we plan on investing in shell integration-based auto complete sometime in the future which will give you access to a autocomplete similar to the editor, as opposed to shell-based.

Pressing the tab key actually completes the command. The big problem for me is that I can't edit or review this command.

I'm guessing they can edit it but don't get the necessary feedback. Some things to look into:

VSCodeTriageBot commented 2 years ago

confidence for label accessibility: 0.6. does not meet threshold

VSCodeTriageBot commented 2 years ago

confidence for assignee Tyriar: 0.8. does meet threshold

VSCodeTriageBot commented 2 years ago

confidence for label accessibility: 0.6. does not meet threshold

VSCodeTriageBot commented 2 years ago

confidence for assignee Tyriar: 0.8. does meet threshold

VSCodeTriageBot commented 2 years ago

confidence for label accessibility: 0.6. does not meet threshold

VSCodeTriageBot commented 2 years ago

confidence for assignee Tyriar: 0.8. does meet threshold