We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ctrl+\
Describe the bug VHS recognises the control sequence Ctrl+\ as invalid, but I think it should be valid.
Setup
To Reproduce
cat > vhs.tape Ctrl+\
vhs vhs.tape File: vhs.tape 1 │ Ctrl+\ ^ Not a valid modifier 1 │ Ctrl+\ ^ Invalid control argument: + 1 │ Ctrl+\ ^ Expected control character with args, got \ parser: 3 error(s) recording failed
Expected behavior Expect VHS to not report any errors and to submit the control sequence to terminal.
The text was updated successfully, but these errors were encountered:
Where is Ctrl+\ used?
Sorry, something went wrong.
It's used in my Bubbletea app to clear a selection.
@meowgorithm should we support this?
Bumping this. I'm trying to use asciinama with vhs, and it requires Ctrl+\.
No branches or pull requests
Describe the bug
VHS recognises the control sequence
Ctrl+\
as invalid, but I think it should be valid.Setup
To Reproduce
cat > vhs.tape Ctrl+\
Expected behavior
Expect VHS to not report any errors and to submit the control sequence to terminal.
The text was updated successfully, but these errors were encountered: