Add "cycle reading direction" hotkey

This commit is contained in:
schroda
2024-12-17 16:27:20 +01:00
parent ce15e4db70
commit 8ca0c58ee0
5 changed files with 20 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ export const DEFAULT_READER_SETTINGS: IReaderSettings = {
[ReaderHotkey.STRETCH_IMAGE]: ['f'],
[ReaderHotkey.OFFSET_SPREAD_PAGES]: ['o'],
[ReaderHotkey.CYCLE_READING_MODE]: ['r'],
[ReaderHotkey.CYCLE_READING_DIRECTION]: ['t'],
},
imagePreLoadAmount: 5,
};