搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 3 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 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.