mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
This was inspired by conversation on forum about memory usage on DXG http://www.mobileread.com/forums/showthread.php?p=2044347#post2044347
10 lines
395 B
INI
Executable File
10 lines
395 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
|
|
P K = !/mnt/us/launchpad/kpdf.sh /mnt/us/documents framework_stop
|
|
# restart amazon framework - when it got irritated
|
|
P R = !/etc/init.d/framework restart
|