Add hotkeys for skipping to next and previous chapter

This commit is contained in:
Ajay
2022-07-10 01:58:39 -04:00
parent d7176a9c97
commit 6cb4fac041
4 changed files with 63 additions and 3 deletions

View File

@@ -299,6 +299,14 @@
"message": "Submit segments",
"description": "Keybind label"
},
"nextChapterKeybind": {
"message": "Next chapter",
"description": "Keybind label"
},
"previousChapterKeybind": {
"message": "Previous chapter",
"description": "Keybind label"
},
"keybindDescription": {
"message": "Select a key by typing it and choose any modifier keys you wish to use."
},