2
0
mirror of https://github.com/koreader/koreader synced 2024-11-10 01:10:34 +00:00
koreader/kindle/launchpad/koreader.ini
chrox aa13e7ab4f reorganize launching scripts for both kindle and kobo
so that platform specific files are collected into platform
directory respectively
2014-05-08 19:56:24 +08:00

12 lines
516 B
INI
Executable File

[Actions]
# start koreader with filebrowser in /mnt/us/documents
P D = !/mnt/us/koreader/koreader.sh /mnt/us/documents
# start koreader with last document
P P = !/mnt/us/koreader/koreader.sh
# start koreader without framework in /mnt/us/documents
P K = !/mnt/us/koreader/koreader.sh --framework_stop /mnt/us/documents
# start koreader without framework on last read document
P L = !/mnt/us/koreader/koreader.sh --framework_stop
# restart amazon framework - when it got irritated
P R = !/etc/init.d/framework restart