diff --git a/www/app/transcripts/recorder.tsx b/www/app/transcripts/recorder.tsx index 52ad7294..0d85f82c 100644 --- a/www/app/transcripts/recorder.tsx +++ b/www/app/transcripts/recorder.tsx @@ -57,7 +57,10 @@ export default function Recorder(props: RecorderProps) { const handleKeyPress = (event: KeyboardEvent) => { switch (event.key) { case "~": - location.reload(); + location.href = "" + break; + case ",": + location.href = "/transcripts/new"; break; case "!": if (record.isRecording()) return;