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!

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

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?

Opaite Mbohovái (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