Search code examples
google-chromevisual-studio-codeshortcutctrl

CTRL+F shortcut for clicking arrow down/up


in the browser like chrome, there is a shortcut called CTRL+F

enter image description here

the problem that sometimes I don't find directly what I want so I click the arrow

enter image description here

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

  1. CTRL+F

  2. if now I am in 3/71, next 4/71 on clicking shortcut (without mouse)


Solution

  • 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