Skip to content

Commit

Permalink
Added skip silence hotkey (TUM-Dev#1303)
Browse files Browse the repository at this point in the history
Added hotkey for skipping silence
  • Loading branch information
SebiWrn committed Jan 10, 2024
1 parent d6012c7 commit 7a7cfab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/ts/hotkeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ export const defaultOptions = {
match: ["End"],
handle: handleSeekTo(1),
},
skipSilence: {
match: ["s", "S"],
handle: handleWithClick("SkipSilenceToggle"),
},
} as Hotkeys,
};

Expand Down

0 comments on commit 7a7cfab

Please sign in to comment.