Change next keybind button for better compatibility

This commit is contained in:
Ajay 2022-09-20 00:16:01 -04:00
parent 7b86a93661
commit b96cdbe40a

View file

@ -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,