feat: Implement keyboard shortcuts system with UI management, add txt-to-pdf tests, and introduce a generic warning modal.
This commit is contained in:
7
src/js/utils/shortcuts-init.ts
Normal file
7
src/js/utils/shortcuts-init.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { ShortcutsManager } from '../logic/shortcuts.js';
|
||||
|
||||
export function initializeGlobalShortcuts() {
|
||||
ShortcutsManager.init();
|
||||
|
||||
console.log('Global shortcuts initialized');
|
||||
}
|
||||
Reference in New Issue
Block a user