Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

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

  • 4 odpovědi
  • 3 mají tento problém
  • 1 zobrazení
  • Poslední odpověď od 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

Všechny odpovědi (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....)