搜尋 Mozilla 技術支援網站

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

了解更多

Ctrl+D not working

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