Quote:
Originally Posted by kobo-a-one
I suspect the sleep cover is the culprit:
a) either it's powered on due to involuntary movements while being inside the bag;
b) or there is another process that wakes the reader up; (needs investigation)
|
b) is impossible. An alarm is the only programmatic way of waking up a device.
Quote:
Originally Posted by kobo-a-one
would it be possible to control the behavior of the sleep cover from the Plato itself? say be able to enable/disable it? also perhaps power off automatically if the system is on for N minutes and there is no "activity"?
|
In
contrib/Settings-sample.toml, you'll find the descriptions of the relevant settings:
sleep-cover,
auto-suspend and
auto-power-off.
Quote:
Originally Posted by kobo-a-one
Could you point me to the right manual how to do that (Telnet, SSH)?
|
I'm using
this Telnet package.
There's also
this SSH package by @NiLuJe.
Quote:
Originally Posted by kobo-a-one
Is there a way to customize the keyboard layout?
|
Yes there is: duplicate the layout you want to customize. Give it a new name, modify it and set it as the default layout in
Settings.toml. Modifying
english.json in-place isn't a good idea: since it belongs to the distribution archive, it would be overwritten when updating
Plato.
Quote:
Originally Posted by kobo-a-one
I can't get used to the "backspace" being on the left rather than in its usual position on the right? I tried to modify json file with the layout swapping the positions but it causes the plato to crash whenever the keyboard is called.
|
You might have a typo in one of the key names. The errors that might occur when loading keyboard layouts will be logged as of
ef52407.