搜尋 Mozilla 技術支援網站

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

Learn More

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

  • 3 回覆
  • 1 有這個問題
  • 10 次檢視
  • 最近回覆由 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.

所有回覆 (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.