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