Skip to content

Easy to overshoot when skipping #2

Description

@hpjansson

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions