mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
Don't exit KUAL on the Voyage (#6233)
This should allow WhisperTouch support to stay enabled, allowing consistent button behavior. c.f., https://github.com/koreader/koreader/issues/6038#issuecomment-612564693 Fix #6038 (Requires today's KUAL build, Booklet only).
This commit is contained in:
@@ -6,20 +6,42 @@
|
||||
"items": [
|
||||
{
|
||||
"name": "Start the filemanager",
|
||||
"if": "\"KindleVoyage\" -m!",
|
||||
"priority": 1,
|
||||
"action": "/mnt/us/koreader/koreader.sh",
|
||||
"params": "--kual /mnt/us/documents",
|
||||
"status": false,
|
||||
"internal": "status Start KOReader on the File Manager"
|
||||
},
|
||||
{
|
||||
"name": "Start the filemanager",
|
||||
"if": "\"KindleVoyage\" -m",
|
||||
"priority": 1,
|
||||
"action": "/mnt/us/koreader/koreader.sh",
|
||||
"params": "--kual /mnt/us/documents",
|
||||
"exitmenu": false,
|
||||
"status": false,
|
||||
"internal": "status Start KOReader on the File Manager"
|
||||
},
|
||||
{
|
||||
"name": "Open the last document",
|
||||
"if": "\"KindleVoyage\" -m!",
|
||||
"priority": 2,
|
||||
"action": "/mnt/us/koreader/koreader.sh",
|
||||
"params": "--kual",
|
||||
"status": false,
|
||||
"internal": "status Start KOReader on the last document"
|
||||
},
|
||||
{
|
||||
"name": "Open the last document",
|
||||
"if": "\"KindleVoyage\" -m",
|
||||
"priority": 2,
|
||||
"action": "/mnt/us/koreader/koreader.sh",
|
||||
"params": "--kual",
|
||||
"exitmenu": false,
|
||||
"status": false,
|
||||
"internal": "status Start KOReader on the last document"
|
||||
},
|
||||
{
|
||||
"name": "Start the filemanager (no framework)",
|
||||
"if": "\"Kindle2\" -m \"KindleDX\" -m \"KindleDXG\" -m \"Kindle3\" -m \"Kindle4\" -m || || || ||",
|
||||
@@ -40,20 +62,42 @@
|
||||
},
|
||||
{
|
||||
"name": "Start the filemanager (ASAP)",
|
||||
"if": "\"KindleVoyage\" -m!",
|
||||
"priority": 5,
|
||||
"action": "/mnt/us/koreader/koreader.sh",
|
||||
"params": "--kual --asap /mnt/us/documents",
|
||||
"status": false,
|
||||
"internal": "status Start KOreader on the File Manager ASAP"
|
||||
},
|
||||
{
|
||||
"name": "Start the filemanager (ASAP)",
|
||||
"if": "\"KindleVoyage\" -m",
|
||||
"priority": 5,
|
||||
"action": "/mnt/us/koreader/koreader.sh",
|
||||
"params": "--kual --asap /mnt/us/documents",
|
||||
"exitmenu": false,
|
||||
"status": false,
|
||||
"internal": "status Start KOreader on the File Manager ASAP"
|
||||
},
|
||||
{
|
||||
"name": "Open the last document (ASAP)",
|
||||
"if": "\"KindleVoyage\" -m!",
|
||||
"priority": 6,
|
||||
"action": "/mnt/us/koreader/koreader.sh",
|
||||
"params": "--kual --asap",
|
||||
"status": false,
|
||||
"internal": "status Start KOreader on the last document ASAP"
|
||||
},
|
||||
{
|
||||
"name": "Open the last document (ASAP)",
|
||||
"if": "\"KindleVoyage\" -m",
|
||||
"priority": 6,
|
||||
"action": "/mnt/us/koreader/koreader.sh",
|
||||
"params": "--kual --asap",
|
||||
"exitmenu": false,
|
||||
"status": false,
|
||||
"internal": "status Start KOreader on the last document ASAP"
|
||||
},
|
||||
{
|
||||
"name": "Tools",
|
||||
"priority": 7,
|
||||
|
||||
Reference in New Issue
Block a user