This incidentally contains a (for me) novel workaround for hard-coded Firefox shortcut keys:<p>"...First thing you need to change default Firefox bindings like Ctrl-N. It is impossible to change or disable that bindings, but you can change the modifier key used in that bindings instead. Go to `about:config` page and set `ui.key.accelKey` to `91` (WinKey ~ Super Key). You can find more keycodes here - <a href="https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode" rel="nofollow">https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEve...</a>, but seems like WinKey is optimal choice because both Ctrl- and Alt- bindings are needed..."