mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
ed0d1c40fe
this still allows to use last viewed document even when we flag that the framework should be stopped
12 lines
532 B
INI
Executable File
12 lines
532 B
INI
Executable File
[Actions]
|
|
# start kindlepdfviewer with filebrowser in /mnt/us/documents
|
|
P D = !/mnt/us/launchpad/kpdf.sh /mnt/us/documents
|
|
# start kindlepdfviewer with last document
|
|
P P = !/mnt/us/launchpad/kpdf.sh
|
|
# start kindlepdfviewer without framework in /mnt/us/documents
|
|
P K = !/mnt/us/launchpad/kpdf.sh --framework_stop /mnt/us/documents
|
|
# start kindlepdfviewer without framework on last read document
|
|
P L = !/mnt/us/launchpad/kpdf.sh --framework_stop
|
|
# restart amazon framework - when it got irritated
|
|
P R = !/etc/init.d/framework restart
|