View Single Post
Old 09-05-2023, 06:11 AM   #1077
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 anki View Post
i have a stupid question;

do i need to delete # characters at the begin on that config file? Have someone a working Config file for me just not an example doc etc.. ??
You want to leave the # as they mark comments. And they are also for separators.

Here is a copy of my current configuration.

Code:
# Thursday, September 3, 2020, at 8:45 p.m.
# -----------------------------------------------------------------------------
menu_item :main    :Invert Screen       :nickel_setting :toggle :invert
#
menu_item :main    :> Portrait          :nickel_orientation :portrait
menu_item :main    :> Landscape         :nickel_orientation :landscape
menu_item :main    :> Reverse Portrait  :nickel_orientation :inverted_portrait
menu_item :main    :> Reverse Landscape :nickel_orientation :inverted_landscape
#
menu_item :main :Import books       :nickel_misc        :rescan_books_full
menu_item:main:Toggle Screenshots:nickel_setting:toggle:screenshots
menu_item : main : USB : nickel_misc : force_usb_connection
#
# -----------------------------------------------------------------------------
menu_item :reader  :Invert Screen       :nickel_setting :toggle :invert
#
menu_item :reader  :> Portrait          :nickel_orientation :portrait
menu_item :reader  :> Landscape         :nickel_orientation :landscape
menu_item :reader  :> Reverse Portrait  :nickel_orientation :inverted_portrait
menu_item :reader  :> Reverse Landscape :nickel_orientation :inverted_landscape
#
menu_item:reader:Toggle Screenshots:nickel_setting:toggle:screenshots
#
menu_item:reader:Home:nickel_misc:home
menu_item:reader:My Books:nickel_open:library:library
menu_item : reader : USB : nickel_misc : force_usb_connection
#
# -----------------------------------------------------------------------------
menu_item :library :Invert Screen       :nickel_setting :toggle :invert
#
menu_item :library :> Portrait          :nickel_orientation :portrait
menu_item :library :> Landscape         :nickel_orientation :landscape
menu_item :library :> Reverse Portrait  :nickel_orientation :inverted_portrait
menu_item :library :> Reverse Landscape :nickel_orientation :inverted_landscape
#
menu_item:library:Toggle Screenshots:nickel_setting:toggle:screenshots
menu_item : library : USB : nickel_misc : force_usb_connection
JSWolf is offline   Reply With Quote