Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

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

Learn More

Ctrl+D not working

  • 7 个回答
  • 6 人有此问题
  • 3 次查看
  • 最后回复者为 malcite

more options

Hi. I recently updated Firefox to 29.0.1 and after I did that the shortcut for "Bookmark This Page" (Ctrl+D) has seized to work. Whenever I press that combination it doesn't do anything, and if I go to the Bookmarks menu it says to use Ctrl+R which does not do the same thing as that just refreshes the website.

I have looked into add-ons that could change the shortcut button combinations, but none of them list this option.

What can I do to get that shortcut back as it really is annoying to have to go to the menu all the time to save a bookmark.

Hi. I recently updated Firefox to 29.0.1 and after I did that the shortcut for "Bookmark This Page" (Ctrl+D) has seized to work. Whenever I press that combination it doesn't do anything, and if I go to the Bookmarks menu it says to use Ctrl+R which does not do the same thing as that just refreshes the website. I have looked into add-ons that could change the shortcut button combinations, but none of them list this option. What can I do to get that shortcut back as it really is annoying to have to go to the menu all the time to save a bookmark.

被采纳的解决方案

If you are using the language pack then you should be able to fix this easily by editing the involved file in the nb-NO.xpi file (an XPI file is a ZIP archive)

  • nb-NO.xpi/browser/chrome/nb-NO/locale/browser/browser.dtd
<!ENTITY editThisBookmarkCmd.label "Rediger dette bokmerket">
<!ENTITY bookmarkThisPageCmd.commandkey "R">

<!ENTITY bookmarkThisPageCmd.commandkey "d">

定位到答案原位置 👍 1

所有回复 (7)

more options

I have now also tried this in Safe Mode and it still has no result.

more options

Does the "Bookmark This Page" menu item at least work (i.e. only the keyboard shortcut fails)?

Which Firefox locale (user interface language) do you use (pref: general.useragent.locale on the about:config page)?

more options

The menu item itself works fine yes, but not the shortcut menu.

I use the nb-NO version and it worked fine until I updated it.

more options

That is a bug:

  • bug 1005510 - Keyboard shortcut CTRL+D [add bookmark] not working with Norwegian [nb-NO] locale

Please do not comment in bug reports
https://bugzilla.mozilla.org/page.cgi?id=etiquette.html

more options

Oh, good. At least it has been noticed then.

Is there a fix for it or do I just have to wait for a patch?

more options

选择的解决方案

If you are using the language pack then you should be able to fix this easily by editing the involved file in the nb-NO.xpi file (an XPI file is a ZIP archive)

  • nb-NO.xpi/browser/chrome/nb-NO/locale/browser/browser.dtd
<!ENTITY editThisBookmarkCmd.label "Rediger dette bokmerket">
<!ENTITY bookmarkThisPageCmd.commandkey "R">

<!ENTITY bookmarkThisPageCmd.commandkey "d">

由cor-el于修改

more options

Thank you for this. That solved my problem perfectly. :)