Working on processors a tiny bit
This commit is contained in:
@ -32,7 +32,7 @@ export function createKeyboardHandler(actions: KeyboardActions) {
|
||||
case 'p':
|
||||
actions.onProcess?.();
|
||||
break;
|
||||
case 's':
|
||||
case 'd':
|
||||
actions.onDownload?.();
|
||||
break;
|
||||
case ' ':
|
||||
|
||||
Reference in New Issue
Block a user