Add "cycle profiles" hotkey

This commit is contained in:
schroda
2024-12-11 20:48:05 +01:00
parent cff0ed5ec3
commit 8b67c2d6a9
5 changed files with 57 additions and 17 deletions

View File

@@ -128,6 +128,7 @@ export const DEFAULT_READER_SETTINGS: IReaderSettings = {
[ReaderHotkey.CYCLE_SCALE_TYPE]: ['i'],
[ReaderHotkey.STRETCH_IMAGE]: ['f'],
[ReaderHotkey.OFFSET_SPREAD_PAGES]: ['o'],
[ReaderHotkey.CYCLE_PROFILES]: ['p'],
},
imagePreLoadAmount: 5,
};