Open
Bug 2001074
Opened 2 months ago
Expose all shortcuts used in devtools from a single module
Categories
(Firefox :: Keyboard Navigation, enhancement)
Firefox
Keyboard Navigation
Tracking
()
NEW
People
(Reporter: jdescottes, Unassigned)
References
(Blocks 2 open bugs)
Details
In order to easily customize devtools shortcuts in about:keyboard we should list and expose all the shortcuts we use in a single module. We use a variety of helpers/mechanisms to handle shortcuts, so it might only be a registry of shortcuts without too much logic, but we should at least make sure we list all of them together.
Most shortcuts for devtools are handled in https://searchfox.org/firefox-main/source/devtools/client/shared/key-shortcuts.js and there are localized versions in https://searchfox.org/firefox-main/source/devtools/startup/locales/en-US/key-shortcuts.ftl
You need to log in
before you can comment on or make changes to this bug.
Description
•