Quote:
Originally Posted by bluepeter
You will need to edit it to remove the hash marks from the items that you want to use before it'll do anything. You might find that you have some lines like this:
menu_item :main :Sleep  ower :sleep
menu_item :main :Shutdown  ower :shutdown
menu_item :main :Reboot  ower :reboot
menu_item :main :USB Connection :nickel_misc :force_usb_connection
Note that those lines do not begin with a hash. These examples would give menu items Sleep, Shutdown, Reboot and USB connection, and they should then do what they say. Obviously, those might not be the particular ones that you want to use: they're just ones that I like.
|
You need to use a code block to remove the smilies.
Code:
menu_item :main :Sleep :power :sleep
menu_item :main :Shutdown :power :shutdown
menu_item :main :Reboot :power :reboot
menu_item :main :USB Connection :nickel_misc :force_usb_connection