'Find next (keyboard shortcut) in the Sources tab of Google Chrome Developer tools

Developer Tools -> Sources[tab] -> Ctl-F

Is there a keyboard shortcut to Find Next , or go to the next match in a search that found several matches? (In windows world this is usually F3.)

Ironically, in regular searching of a webpage in Chrome, F3 goes to next match.



Solution 1:[1]

  • To find the next match Press Return or Ctrl + g
  • To find the previous match Press Shift + Return or Ctrl + Shift + g

Link to Chrome keyboard shortcuts

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Hrishikesh Kadam