How do I search throughout all of my javascript in Chrome Developer Tools on a Mac?

Viewed 13606

On a windows machine, I can use Ctrl + Shift + F to find a phrase in the javascript rendered on a page using the "Sources" tab of Chrome developer tools.

However, if I use this keyboard combination on a Mac, the entire page becomes full screen. What is the analogous keyboard shortcut on a Mac to search javascript sources?

3 Answers
Related