in the browser like chrome, there is a shortcut called CTRL F
the problem that sometimes I don't find directly what I want so I click the arrow
yes it work fine, but I want to use a shortcut also for that.
I tried to click UP_ARROW nothing will happen. DOWN_ARROW as well.
this will be useful as well on VS CODE (ide for programming since they have the same shortcut as browser)
so what I want
CTRL F
if now I am in 3/71, next 4/71 on clicking shortcut (without mouse)
CodePudding user response:
You can TAB to highlight the up chevron
and then ENTER
or SPACE to find the next occurrence.
One more TAB to get to the down chevron.
SHIFT TAB to move in the other direction (left).
For your example, to show the 4th/71, it would be TAB TAB SPACE