Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Etsi tuesta

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Lue lisää

Remove keyboard shortcuts from Context Menus

  • 3 vastausta
  • 0 henkilöllä on sama ongelma
  • 181 näyttöä
  • Viimeisin kirjoittaja Paul

Does anyone know how to remove the the keyboard shortcuts from Context Menus? For example: Ctrl+Shift+O beside Manage Bookmarks, or Ctrl+Shift+H by Show All History? I like having them gone so the menus can be narrower. This code worked until the latest update to FF 143: .menu-accel-container{display:none!important} thanks!

Does anyone know how to remove the the keyboard shortcuts from Context Menus? For example: Ctrl+Shift+O beside Manage Bookmarks, or Ctrl+Shift+H by Show All History? I like having them gone so the menus can be narrower. This code worked until the latest update to FF 143: .menu-accel-container{display:none!important} thanks!

Valittu ratkaisu

thanks for taking the time to reply, but actually I got an answer from u/Kupfel in Reddit. The new code is: .menu-accel{display:none!important}

and just in case anyone wants it, here's the code to remove those arrows at the right end of the menus: menupopup > menu::after { content: ""; display: none !important; }

Lue tämä vastaus kontekstissaan 👍 0

Kaikki vastaukset (3)

Hi,

I am not aware of any way to do this. You may wish to raise a feature request. See File a bug report or feature request for Mozilla products for details.

Valittu ratkaisu

thanks for taking the time to reply, but actually I got an answer from u/Kupfel in Reddit. The new code is: .menu-accel{display:none!important}

and just in case anyone wants it, here's the code to remove those arrows at the right end of the menus: menupopup > menu::after { content: ""; display: none !important; }

Thank you for letting us know.

Esitä kysymys

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.