Disable the right-click menu
Is there an option to disable the right-click menu from appearing? I want to click shift + right mouse button on a website and in addition to the expected action from the website page, this menu is also displayed and I don't want that.
Всички отговори (2)
Beyond the default keyboard mouse defaults any changes to these defaults is user changed using 3rd party software and not part of the Browser defaults.
https://support.mozilla.org/en-US/kb/mouse-shortcuts-perform-common-tasks https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly
Променено на
If the website has its own context menu then you can hide the Firefox context menu via dom.event.contextmenu.enabled = true on the about:config page. If the pref is false then you always get the Firefox context menu, i.e. you may see two context menus, press ESC to close the Firefox context menu.