diff --git a/src/features/shortcuts.ts b/src/features/shortcuts.ts index 926b0fab8..1e70e0fdd 100644 --- a/src/features/shortcuts.ts +++ b/src/features/shortcuts.ts @@ -15,6 +15,7 @@ export function shortcuts(restart: () => void): () => void { let actionRunning = false async function onInput(input: string) { if (actionRunning) return + input = input.trim().toLowerCase() const SHORTCUTS: Shortcut[] = [ { key: 'r',