Files
Moku/src/core/keybinds/index.ts
T
2026-04-20 00:19:22 -05:00

4 lines
199 B
TypeScript

export { eventToKeybind, matchesKeybind, toggleFullscreen } from "./keybindEngine";
export { DEFAULT_KEYBINDS, KEYBIND_LABELS } from "./defaultBinds";
export type { Keybinds } from "./defaultBinds";