[Bug 66566]
Gijskruitbosch+bugs
66566 at bugs.launchpad.net
Thu Dec 13 00:26:51 UTC 2018
(In reply to Anthony Ramine [:nox] from comment #95)
> What should I do to get this fixed?
Your patch does:
> } else if (this.AppConstants.platform == "macosx") {
and
> this.AppConstants.platform == "macosx") {
It also hardcodes 'accel' to always mean 'ctrl'.
Instead, leave the accel handling as-is, don't check for the OS, but add
a preference line in all.js, e.g. for
"browser.urlbar.accelenter.newtab". Use #ifdefs for that pref and, on
Windows, set it to false, and on everything else, to true.
Then instead of checking the OS in your patch, check the preference, and
use that to decide what to do.
--
You received this bug notification because you are a member of Mozilla
Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/66566
Title:
Inconsistent shortcuts for new tab
To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/66566/+subscriptions
More information about the Ubuntu-mozillateam-bugs
mailing list