Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

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. :)