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

fix(record): set PAGEX to PAGE_X for proper capitalization #570

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

bashbunni
Copy link
Member

PAGEUP and PAGEDOWN weren't applying camel case correctly due to the lack of separation between its parts. Now it uses snake case to ensure proper casing of the vhs command.

PAGEUP -> PAGE_UP; same for PAGEDOWN

Fixes #559

@bashbunni bashbunni added the bug Something isn't working label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vhs record generates invalid tapes when used PageUp/Down is repeatedly pressed
1 participant