Add hotkey to close reader

This commit is contained in:
schroda
2025-03-27 01:50:36 +01:00
parent 9322ed2b8e
commit b93c2d95e5
4 changed files with 5 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ export const DEFAULT_READER_SETTINGS: IReaderSettings = {
[ReaderHotkey.TOGGLE_AUTO_SCROLL]: ['space'],
[ReaderHotkey.AUTO_SCROLL_SPEED_INCREASE]: ['b'],
[ReaderHotkey.AUTO_SCROLL_SPEED_DECREASE]: ['v'],
[ReaderHotkey.EXIT_READER]: ['c'],
},
imagePreLoadAmount: 5,
shouldUseAutoWebtoonMode: true,