Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Learn More

Edit hotkeys for Firefox.

  • 1 yanıt
  • 4 kişi bu sorunu yaşıyor
  • 6 gösterim
  • Son yanıtı yazan: cor-el

more options

I noticed "Quick Find" is a easy one button. Slash on the numpad. But it'd only search once.

To use "Find" I need to Ctrl+F. I'd just like to change that. Cheers.

I noticed "Quick Find" is a easy one button. Slash on the numpad. But it'd only search once. To use "Find" I need to Ctrl+F. I'd just like to change that. Cheers.

Tüm Yanıtlar (1)

more options

You can make those buttons visible with code in userChrome.css

Add code to userChrome.css below the @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#FindToolbar > .findbar-container> * { display:-moz-box;}