mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 04:57:09 +03:00
Change next keybind button for better compatibility
This commit is contained in:
@@ -210,8 +210,8 @@ const Config: SBObject = {
|
|||||||
skipKeybind: {key: "Enter"},
|
skipKeybind: {key: "Enter"},
|
||||||
startSponsorKeybind: {key: ";"},
|
startSponsorKeybind: {key: ";"},
|
||||||
submitKeybind: {key: "'"},
|
submitKeybind: {key: "'"},
|
||||||
nextChapterKeybind: {key: "]"},
|
nextChapterKeybind: {key: "]", ctrl: true},
|
||||||
previousChapterKeybind: {key: "["},
|
previousChapterKeybind: {key: "[", ctrl: true},
|
||||||
|
|
||||||
categorySelections: [{
|
categorySelections: [{
|
||||||
name: "sponsor" as Category,
|
name: "sponsor" as Category,
|
||||||
|
|||||||
Reference in New Issue
Block a user