Where do navigation shortcuts stored in Firefox source code?
I understand that by default, a lot of shortcuts are not configurable. I need help finding some shortcuts (at least these) in the source codebase: Ctrl+[ Ctrl+] I found a lot of places where cut/copy/paste shortcuts are located. But can't find what I'm looking for.
Izabrano rješenje
All Replies (4)
Of course, if there is a way without compiling for 69 minutes (yes, that was my number), that would be swell.
I've found it only here: https://searchfox.org/mozilla-central/source/devtools/client/locales/en-US/toolbox.properties#95-99
Odabrano rješenje
That is about Browser:Back and Browser:Forward
- https://searchfox.org/mozilla-release/source/browser/locales/en-US/browser/browserSets.ftl#94
- https://searchfox.org/mozilla-release/source/browser/base/content/browser-sets.inc#209
Izmjenjeno
cor-el said
Thank you! Commenting out (removing) lines https://searchfox.org/mozilla-release/rev/b6792379492929d65f5b61a3caa0a9b19bbd7078/browser/locales/en-US/browser/browserSets.ftl#94-98 solved my problem.
P.S. I'm just starting to get to know Firefox, and I'm already disappointed that there are some little things that are not customizable. My expectations were too high because of all the positive comments about it (with comparison to Chrome). Oh, well...