export type KeyboardAction = { key: string; action: () => void; };