import type { ActionId } from './types' export const DEFAULT_SHORTCUTS: Record = { saveChapter: 'CommandOrControl+S', newChapter: 'CommandOrControl+Shift+N', focusMode: 'CommandOrControl+Alt+F', globalSearch: 'CommandOrControl+Shift+F', closeTab: 'CommandOrControl+W', openReference: 'CommandOrControl+Shift+P', insertLandmark: 'CommandOrControl+Shift+M', openLandmarks: 'CommandOrControl+Shift+L', exportBook: 'CommandOrControl+Shift+E', toggleTTS: 'CommandOrControl+Shift+R', captureInspiration: 'CommandOrControl+Shift+I' }