Change next chapter keybind to be same as YouTube and disable YouTube's one

Fix #1508
This commit is contained in:
Ajay
2023-01-21 17:11:08 -05:00
parent f89682c2d6
commit 140e816979
2 changed files with 10 additions and 2 deletions

View File

@@ -219,8 +219,8 @@ const Config: SBObject = {
skipKeybind: {key: "Enter"},
startSponsorKeybind: {key: ";"},
submitKeybind: {key: "'"},
nextChapterKeybind: {key: "]", ctrl: true},
previousChapterKeybind: {key: "[", ctrl: true},
nextChapterKeybind: {key: "ArrowRight", ctrl: true},
previousChapterKeybind: {key: "ArrowLeft", ctrl: true},
categorySelections: [{
name: "sponsor" as Category,