rogershen / chrome-regex-search

Other
267 stars 56 forks source link

F3 and Shift+F3 don't work #24

Open mscheper opened 6 years ago

mscheper commented 6 years ago

Although the standard 'find next' and 'find previous' shortcuts in Chrome for Linux and Windows are Ctrl+g and Ctrl+Shift+g, the old standards of F3 and Shift+F3 also work. They ought to work in Chrome Regex Search too.

kevin-he-01 commented 5 years ago

This should be a feature request. It is also nice to add customizable keyboard shortcuts for these actions under the chrome://extensions/shortcuts page (or extension options page) because the standard 'find next' and 'find previous' shortcuts might also not be able to be captured by extensions and are handled by Chrome exclusively (Just guessing, correct me if you know how developing Chrome extensions works) just like Ctrl+W, Ctrl+N, and Ctrl+T.

rogershen commented 5 years ago

chrome://extensions/shortcuts is something new. I will do some research and see what I can do.