KennethSundqvist / key-jump-browser-extension

Easier keyboard navigation. No mouse needed to click on links and stuff.
67 stars 14 forks source link

Refactor the hint positioning to work with more cases #52

Closed KennethSundqvist closed 4 years ago

KennethSundqvist commented 8 years ago

Collect a lot of wonky edge cases before doing this.

Cases (so far):

nskmda commented 5 years ago

Not sure if this is in the works or something. I noticed that if there are more than 10 elements on the page, it's impossible to select the first hint. E.g, if there are 55 elements, I can't jump to 2, because there are 20, 21, 22 etc. Or is there a way to activate the first hint matching?

KennethSundqvist commented 5 years ago

Hi @nskmda!

You can press Enter to activate the hint for the number you've typed. So you would press 2 > Enter to do that.

Thanks for letting me know that this behavior was unclear. I've updated the README to explain how this works.