Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

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

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

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

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

hi, i want to disable keyboard shortcuts like without using the keyconfig add on.

  • 4 отговора
  • 3 имат този проблем
  • 1 изглед
  • Последен отговор от praveengaur84

more options

i want to disable keyboard shortcuts like ctrl + p, function keys etc. without using the keyconfig add on. Please do not suggest using keyconfig extension. In earlier versions it was pretty simple by modifying platformHTMLBinding

i want to disable keyboard shortcuts like ctrl + p, function keys etc. without using the keyconfig add on. Please do not suggest using keyconfig extension. In earlier versions it was pretty simple by modifying platformHTMLBinding

Всички отговори (4)

more options

see the-edmeister reply in: https://support.mozilla.org/en-US/questions/725050

thank you

more options

See also:

You can consider creating your own extension based on this:

It can sometimes be better to disable a shortcut by removing the attributes instead of removing the shortcut entirely (removeelement="true") because Firefox does some checking in the (tab group) code to build a list of some specific IDs.

more options

Thanks for reply! but this does not solve my problem :( . I want to do it without using any extension.

more options

Hi, Again this ends with using keyconfig extension. Please suggest me some way to do it manually(by modifying any file....)