Working on processors a tiny bit

This commit is contained in:
2025-10-13 18:09:47 +02:00
parent 65a1e16781
commit 6116745795
48 changed files with 1138 additions and 174 deletions

View File

@ -32,7 +32,7 @@ export function createKeyboardHandler(actions: KeyboardActions) {
case 'p':
actions.onProcess?.();
break;
case 's':
case 'd':
actions.onDownload?.();
break;
case ' ':