| 1 | import "./all_content_scripts.js"; |
| 2 | import { allCommands } from "../background_scripts/all_commands.js"; |
| 3 | |
| 4 | // The ordering we show key bindings is alphanumerical, except that special keys sort to the end. |
nothing calls this directly
no test coverage detected