
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.
선택된 해결법
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
문맥에 따라 이 답변을 읽어주세요 👍 0
모든 댓글 (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
선택된 해결법
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
글쓴이 cor-el 수정일시
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...