Add "increase/decrease auto scroll speed" hotkeys

This commit is contained in:
schroda
2024-12-29 22:24:59 +01:00
parent 3238103ca0
commit d90767c71c
5 changed files with 36 additions and 3 deletions

View File

@@ -124,6 +124,8 @@ export const DEFAULT_READER_SETTINGS: IReaderSettings = {
[ReaderHotkey.CYCLE_READING_MODE]: ['r'],
[ReaderHotkey.CYCLE_READING_DIRECTION]: ['t'],
[ReaderHotkey.TOGGLE_AUTO_SCROLL]: ['space'],
[ReaderHotkey.AUTO_SCROLL_SPEED_INCREASE]: ['b'],
[ReaderHotkey.AUTO_SCROLL_SPEED_DECREASE]: ['v'],
},
imagePreLoadAmount: 5,
shouldUseAutoWebtoonMode: true,