diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index c1b27a43..29902ccb 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -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." }, diff --git a/public/options/options.html b/public/options/options.html index eab43198..45a84b75 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -345,6 +345,16 @@
+
+ +
+
+ +
+ +
+
+