| 1 | import { isModifierCode, keystrokeToCanonicalCode } from "./keycodes.js"; |
| 2 | import { KeyboardState } from "./keyboardstate.js"; |
| 3 | import { sendKeystroke } from "./keystrokes.js"; |
| 4 | import * as settings from "./settings.js"; |
nothing calls this directly
no test coverage detected