Files
orca/src/shared/keybindings.ts
2026-09-01 00:28:37 -07:00

12 lines
506 B
TypeScript

// Public compatibility surface for the keybinding domain.
// Implementations live beside this facade so consumers can keep the stable import path.
export * from './keybindings/types'
export * from './keybindings/definitions'
export * from './keybindings/parser'
export * from './keybindings/normalization'
export * from './keybindings/input'
export * from './keybindings/effective'
export * from './keybindings/matching-key'
export * from './keybindings/matching'
export * from './keybindings/formatting'