mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-07 12:07:11 +03:00
Change next keybind button for better compatibility
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user