From 8496e32cfefddda85605c02ad8e241e559c12041 Mon Sep 17 00:00:00 2001 From: Ajay Date: Fri, 22 Dec 2023 11:48:21 -0500 Subject: Add keybind for closing skip notices Fixes #1915 --- src/config.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config.ts') diff --git a/src/config.ts b/src/config.ts index 69b3382a..14387a89 100644 --- a/src/config.ts +++ b/src/config.ts @@ -95,6 +95,7 @@ interface SBConfig { actuallySubmitKeybind: Keybind; nextChapterKeybind: Keybind; previousChapterKeybind: Keybind; + closeSkipNoticeKeybind: Keybind; // What categories should be skipped categorySelections: CategorySelection[]; @@ -345,6 +346,7 @@ const syncDefaults = { actuallySubmitKeybind: { key: "'", ctrl: true }, nextChapterKeybind: { key: "ArrowRight", ctrl: true }, previousChapterKeybind: { key: "ArrowLeft", ctrl: true }, + closeSkipNoticeKeybind: { key: "Backspace" }, categorySelections: [{ name: "sponsor" as Category, -- cgit v1.2.3