Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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

  • 4 trả lời
  • 3 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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

Tất cả các câu trả lời (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....)