hi, i want to disable keyboard shortcuts like without using the keyconfig add on.
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)
see the-edmeister reply in: https://support.mozilla.org/en-US/questions/725050
thank you
See also:
- Customizable Shortcuts: https://addons.mozilla.org/firefox/addon/customizable-shortcuts/
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.
Thanks for reply! but this does not solve my problem :( . I want to do it without using any extension.
Hi, Again this ends with using keyconfig extension. Please suggest me some way to do it manually(by modifying any file....)