implement continuous mode, gesture, keyboard recognition

This commit is contained in:
nyne
2024-10-09 11:16:00 +08:00
parent 12463208a6
commit 90b9265ca0
8 changed files with 860 additions and 32 deletions

View File

@@ -33,12 +33,12 @@ class _ReaderSettingsState extends State<ReaderSettings> {
title: "Reading mode".tl,
settingKey: "readerMode",
optionTranslation: {
"galleryLeftToRight": "Gallery Left to Right".tl,
"galleryRightToLeft": "Gallery Right to Left".tl,
"galleryTopToBottom": "Gallery Top to Bottom".tl,
"continuousLeftToRight": "Continuous Left to Right".tl,
"continuousRightToLeft": "Continuous Right to Left".tl,
"continuousTopToBottom": "Continuous Top to Bottom".tl,
"galleryLeftToRight": "Gallery (Left to Right)".tl,
"galleryRightToLeft": "Gallery (Right to Left)".tl,
"galleryTopToBottom": "Gallery (Top to Bottom)".tl,
"continuousLeftToRight": "Continuous (Left to Right)".tl,
"continuousRightToLeft": "Continuous (Right to Left)".tl,
"continuousTopToBottom": "Continuous (Top to Bottom)".tl,
},
onChanged: () {
widget.onChanged?.call("readerMode");