2011-11-26 15:19:38 +00:00
|
|
|
[Actions]
|
2012-04-13 23:11:13 +00:00
|
|
|
# start kindlepdfviewer with filebrowser in /mnt/us/documents
|
2012-10-02 22:45:45 +00:00
|
|
|
P D = !/mnt/us/kindlepdfviewer/kpdf.sh /mnt/us/documents
|
2012-04-13 23:11:13 +00:00
|
|
|
# start kindlepdfviewer with last document
|
2012-10-02 22:45:45 +00:00
|
|
|
P P = !/mnt/us/kindlepdfviewer/kpdf.sh
|
2012-04-16 22:12:19 +00:00
|
|
|
# start kindlepdfviewer without framework in /mnt/us/documents
|
2012-10-02 22:45:45 +00:00
|
|
|
P K = !/mnt/us/kindlepdfviewer/kpdf.sh --framework_stop /mnt/us/documents
|
2012-04-16 22:12:19 +00:00
|
|
|
# start kindlepdfviewer without framework on last read document
|
2012-10-02 22:45:45 +00:00
|
|
|
P L = !/mnt/us/kindlepdfviewer/kpdf.sh --framework_stop
|
2012-04-13 23:11:13 +00:00
|
|
|
# restart amazon framework - when it got irritated
|
|
|
|
P R = !/etc/init.d/framework restart
|