mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 13:07:05 +03:00
Add keybind for previewing a segment
This commit is contained in:
@@ -91,6 +91,7 @@ interface SBConfig {
|
||||
startSponsorKeybind: Keybind;
|
||||
submitKeybind: Keybind;
|
||||
actuallySubmitKeybind: Keybind;
|
||||
previewKeybind: Keybind;
|
||||
nextChapterKeybind: Keybind;
|
||||
previousChapterKeybind: Keybind;
|
||||
closeSkipNoticeKeybind: Keybind;
|
||||
@@ -347,6 +348,7 @@ const syncDefaults = {
|
||||
startSponsorKeybind: { key: ";" },
|
||||
submitKeybind: { key: "'" },
|
||||
actuallySubmitKeybind: { key: "'", ctrl: true },
|
||||
previewKeybind: { key: ";", ctrl: true },
|
||||
nextChapterKeybind: { key: "ArrowRight", ctrl: true },
|
||||
previousChapterKeybind: { key: "ArrowLeft", ctrl: true },
|
||||
closeSkipNoticeKeybind: { key: "Backspace" },
|
||||
|
||||
Reference in New Issue
Block a user