diff --git a/src/config.ts b/src/config.ts index 73c31200..a0761cbf 100644 --- a/src/config.ts +++ b/src/config.ts @@ -210,8 +210,8 @@ const Config: SBObject = { skipKeybind: {key: "Enter"}, startSponsorKeybind: {key: ";"}, submitKeybind: {key: "'"}, - nextChapterKeybind: {key: "]"}, - previousChapterKeybind: {key: "["}, + nextChapterKeybind: {key: "]", ctrl: true}, + previousChapterKeybind: {key: "[", ctrl: true}, categorySelections: [{ name: "sponsor" as Category,