From b96cdbe40a458323479d4015b231cc7b6541687c Mon Sep 17 00:00:00 2001 From: Ajay Date: Tue, 20 Sep 2022 00:16:01 -0400 Subject: [PATCH] Change next keybind button for better compatibility --- src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,