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