View Single Post
Old 03-22-2025, 08:51 AM   #40
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,796
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by bluepeter View Post
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
JSWolf is offline   Reply With Quote