Fungovanie tejto stránky je z dôvodu údržby dočasne obmedzené. Ak článok nevyrieši váš problém a chcete položiť otázku, napíšte našej komunite podpory na Twitter @FirefoxSupport alebo Reddit /r/firefox.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

In Full Screen Mode, I'd like to access my book marks using [alt] "B"

  • 3 odpovede
  • 1 má tento problém
  • 1 zobrazenie
  • Posledná odpoveď od cor-el

more options

I use my key board short cuts extensively, one of my favorites is Alt-B for accessing my bookmark menu. I can use this shortcut when the tabs are visible but not in Full Screen mode.

I use my key board short cuts extensively, one of my favorites is Alt-B for accessing my bookmark menu. I can use this shortcut when the tabs are visible but not in Full Screen mode.

Všetky odpovede (3)

more options

You can't bring up the menu bar in full screen mode.
You can either use the Bookmarks Menu button on the Navigation Toolbar (hover to the top) or open the bookmarks sidebar via Ctrl+B.

more options

Can I enter it as a suggestion; a desired feature?

more options

It is possible to have the menu bar visible in full screen mode.

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


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#toolbar-menubar[moz-collapsed="true"] { visibility:visible!important; }

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.