View Single Post
Old 08-29-2020, 11:35 AM   #270
marp68
Addict
marp68 substituted for the Southern Oracle when it was on vacation.marp68 substituted for the Southern Oracle when it was on vacation.marp68 substituted for the Southern Oracle when it was on vacation.marp68 substituted for the Southern Oracle when it was on vacation.marp68 substituted for the Southern Oracle when it was on vacation.marp68 substituted for the Southern Oracle when it was on vacation.marp68 substituted for the Southern Oracle when it was on vacation.marp68 substituted for the Southern Oracle when it was on vacation.marp68 substituted for the Southern Oracle when it was on vacation.marp68 substituted for the Southern Oracle when it was on vacation.marp68 substituted for the Southern Oracle when it was on vacation.
 
Posts: 283
Karma: 132294
Join Date: Apr 2016
Location: Sweden
Device: Kobo Clara HD
Quote:
Originally Posted by babygau View Post
you have to uncomment (remove # symbol in the beginning of each line) to have your config worked.
for example:
Code:
menu_item :main    :Show an Error      :dbg_error          :This is an error message!
menu_item :main    :Do Nothing         :cmd_spawn          :sleep 60
menu_item :main    :Dump Syslog        :cmd_spawn          :logread > /mnt/onboard/.adds/syslog.log
menu_item :main    :Kernel Version     :cmd_output         :500:uname -a
menu_item :main    :Sketch Pad         :nickel_extras      :sketch_pad
menu_item :main    :Plato              :kfmon              :plato.png
generator :main    :kfmon
menu_item :reader  :Invert Screen      :nickel_setting     :toggle :invert
menu_item :reader  :Invert Orientation :nickel_orientation :invert
pls read the doc carefully so that you understand how it works
Thanks
I now copied the whole text into the file I created and named Config. Then I removed the # for the two things I wanted.

menu_item :reader :Invert Screen :nickel_setting :toggle :invert
menu_item :reader :Invert Orientation :nickel_orientation :invert

I then saved the file and unmounted the reader, but when I press the Nickel icon nothing happens. I have read the document. What did I miss?
marp68 is offline   Reply With Quote