Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

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

Learn More

How do you unbind a keyboard shortcut so that a website handles it, as opposed to Firefox?

more options

The specific instance I'm interested in is the shortcut "Ctrl + Shift + Page Down/Up" which moves the active tab left or right. When using Google Sheets, the keyboard shortcut is used to switch between sheets, which is extremely useful.

So, is there a way to disable the Ctrl+Shift+Page Down/Up shortcut for http://docs.google.com/spreadsheets/*? If not, is there potential to adding such a feature?

The specific instance I'm interested in is the shortcut "Ctrl + Shift + Page Down/Up" which moves the active tab left or right. When using Google Sheets, the keyboard shortcut is used to switch between sheets, which is extremely useful. So, is there a way to disable the Ctrl+Shift+Page Down/Up shortcut for http://docs.google.com/spreadsheets/*? If not, is there potential to adding such a feature?

所有回复 (3)

more options

Hi, not that I know of, though possibly lost something that told me. As far as I know nothing at this time unbinds as you call it default keyboard shortcuts. Though I have not completely looked at this :

Though it maybe possible to do something with scripts but am not sure on that.

more options

There is an entry in the bug tracking system about allowing add-ons to override built-in keyboard shortcuts, so perhaps websites also could do that. Actually, they can preempt some of them already, but not all of them.

more options

Hmm, in the following test page, Firefox is not dispatching the keydown or keypress events for Ctrl+Shift+PageDown or Ctrl+Shift+PageUp, so the site cannot cancel the default navigation. It still could detect the keyup event for this combination and do something, but the tab would still be moved on the Tabs bar.

https://www.jeffersonscher.com/res/keyvents.html