Quote:
Originally Posted by babygau
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?