搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Find Bar clickSelectsAll

  • 4 回覆
  • 2 有這個問題
  • 1 次檢視
  • 最近回覆由 Yaron

more options

Is there an easy way to set clickSelectsAll to the Find Bar (Ctrl+F)? (Similar to browser.urlbar.clickSelectsAll).

Thanks.

Is there an easy way to set clickSelectsAll to the Find Bar (Ctrl+F)? (Similar to browser.urlbar.clickSelectsAll). Thanks.

所有回覆 (4)

more options

Hello Yaron, not exactly what are you looking, but see if this helps : HighlightAll add-on


thank you

more options

Pressing Ctrl+f again will (re)select the contents of the Find bar. Now... how will I remember that?

more options

Control F will also copy selected text to the Find bar, so if some text is selected in the currently open tab then it will replace what is in the Find bar.

more options

Thank you all.

I'm using a toolbar button: oncommand="goDoCommand('cmd_selectAll'); goDoCommand('cmd_paste');"/>

I was wondering if there might be an easier way (e.g. if 'clickSelectsAll' is an attribute that can be changed). I guess I should check the source file.