You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
when vhs record is used and PageUp (or PageDown) is pressed multiple times (fast) the output contains a line like: Pageup 10/Pagedown 10.
this line is not considered valid by vhs:
Setup
Please complete the following information along with version numbers, if applicable.
OS Arch
Shell zsh
Terminal Emulator vhs, kitty
To Reproduce
Steps to reproduce the behavior in normal terminal:
start vhs record > testfile.tape
Hold the PageDown or PageUp key for some time
finish the record (i.e. use the exit command)
start vhs testfile.tape
See error
Steps to reproduce the behavior in vhs terminal:
start vhs testfile.tape
see the Source Code section
this basically just does steps 1..3
start vhs invalid-file.tape
See error
Source Code
If needed the error can be reproduced using the vhs terminal. vhs file.tape will be successfull, but the generated invalid-file.tape is invalid.
Set Shell zsh
Type "vhs record > invalid-file.tape"
Enter
PageUp 10
Ctrl+C
Type "exit"
Enter
Type "exit"
Enter
Expected behavior vhs record generates valid output (the output is accepted by vhs if given as .tape file).
for example vhs record could generate PageUp and PageDown commands instead of Pageup/Pagedown.
Screenshots
Add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
when
vhs record
is used and PageUp (or PageDown) is pressed multiple times (fast) the output contains a line like:Pageup 10
/Pagedown 10
.this line is not considered valid by vhs:
Setup
Please complete the following information along with version numbers, if applicable.
To Reproduce
Steps to reproduce the behavior in normal terminal:
vhs record > testfile.tape
vhs testfile.tape
Steps to reproduce the behavior in vhs terminal:
vhs testfile.tape
vhs invalid-file.tape
Source Code
If needed the error can be reproduced using the vhs terminal.
vhs file.tape
will be successfull, but the generatedinvalid-file.tape
is invalid.Expected behavior
vhs record
generates valid output (the output is accepted byvhs
if given as.tape
file).for example
vhs record
could generatePageUp
andPageDown
commands instead ofPageup
/Pagedown
.Screenshots
Add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: