zsims / hunt-and-peck

Simple vimium/vimperator style navigation for Windows applications based on the UI Automation framework.
593 stars 54 forks source link

Make hint labels more like Vimium #27

Closed extratype closed 3 years ago

extratype commented 3 years ago

For the sake of convenience let hintCharacters be decimals: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9. Suppose there are 21 labels. In current implementation we see

In this pull request:

Observations:

I figured this out by just looking labels, not source code, so this implementation may not be exactly same.

By the way there was a typo in HintLabelServiceTEst.cs. I corrected it.

zsims commented 3 years ago

This works great in the cases I tried, subtle but helpful 👍

By the way there was a typo in HintLabelServiceTEst.cs. I corrected it.

Thanks