搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How to disable Shift + RMB.

  • 3 个回答
  • 2 人有此问题
  • 19 次查看
  • 最后回复者为 equilerex

more options

i am working on a website that runs a java applet. when you click on it, it will bind the mouse and keyboard and it replaces the standard controls like mouse clicks and key + mouse combos with applet controls -it runs fine in all browsers but firefox which forces context menu to open when shift + right-click is used, i am guessing that it is a feature against sites that disable right clicks (cant even find any documentation abot it). but can it be disabled for this kind of use?

i am working on a website that runs a java applet. when you click on it, it will bind the mouse and keyboard and it replaces the standard controls like mouse clicks and key + mouse combos with applet controls -it runs fine in all browsers but firefox which forces context menu to open when shift + right-click is used, i am guessing that it is a feature against sites that disable right clicks (cant even find any documentation abot it). but can it be disabled for this kind of use?

所有回复 (3)

more options

Yes, websites disabling the context menu was a top complaint back in the day when Firefox was designed.

I don't think websites can easily override the user's preference; perhaps you can do it with a signed script?

If you want to suggest to users that they change this setting, it's here:

WIN: orange Firefox button or classic Tools menu > Options > Content
MAC: Firefox > Preferences > Content
LINUX: Edit > Preferences > Content

To the right of Enable JavaScript, click the "Advanced" button. The setting is "Allow scripts to __ Disable or replace context menus"

more options

Does this help?

  • Tools > Options > Content : JavaScript > Advanced > Allow Scripts to:
    • [X] "Disable or replace context menus"
more options

Unfortunately that setting is already enabled and working - i am able to disable right clicking completely (just for testing purposes) but if i hit shift + right-click it bypasses it and still brings up the menu (which is a really cool feature but it should be possible to switch it off, if not through the website then at least through browser settings)