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

Easy to overshoot when skipping #2

Open
hpjansson opened this issue Oct 18, 2024 · 0 comments
Open

Easy to overshoot when skipping #2

hpjansson opened this issue Oct 18, 2024 · 0 comments

Comments

@hpjansson
Copy link

I noticed that when skipping around in the input file, vic can lag well behind my keyrepeat, so when I let go of the key, it will keep skipping for a long time as it's processing the buffered input.

I see two potential ways this could be remedied:

  • Eat all the repeated key inputs, then skip a single time. I.e. if you see 'lll' in the input buffer, have it produce just a single skip.
  • Same as above, but add up the skips in the input buffer. So if you see 'lll', skip three times in a single go.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant