nchudleigh/vimac

FR: Custom list of elements to hint or not-hint

Opened this issue · 0 comments

I'm not sure how Vimac detects hintable elements so not sure if this is even possible. I'm sure everyone has experienced this even if they haven't consciously acknowledged it.

I've noticed that some apps don't show hints on elements I'm expecting to be hintable.
Some apps have hinted elements that I don't want hinted.

For example I use an app to create gifs, however, the play button is not hinted. Would it be possible to tell Vimac that "this element should be included when displaying hints"

Some apps have a lot of hints I will never click and would love to be able to tell Vimac this so that the hints that are shown are 1 or 2 keystrokes instead of 3.
Youtube/Reddit etc have a lot of hints that a duplicates (thumbnail and title, channel avatar and channel name etc) or are links that I will never click (terms, privacy). For HTML/XML documents it would make sense to specify an XPath so all elements like the one selected are not hinted. e.g. youtube.com/ > body>main>div.dashboard>img.thumbnail or something like this.