搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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

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