View Single Post
Old 02-25-2022, 09:38 PM   #13
Deobulakenyo
Guru
Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.
 
Posts: 706
Karma: 2153490
Join Date: Aug 2021
Location: Stupid Philippines
Device: Kobo Libra 2, Boyue Likebook P78
Quote:
Originally Posted by RobertJSawyer View Post
My settings are below and should work on any model Kobo.

Dark Mode toggles inverting book and article text to white on black but does not invert images or the user interface.

Invert & Reboot toggles inverting everything, including images, to white on black.

Screenshots toggles whether a press of the power switch saves a screenshot in the root directory or puts the Kobo to sleep; a confirmation message appears to tell you whether you've just turned screenshots on or off.

Translate looks up the highlighted phrase in Google Translate.

Code:
# -----------------------------------------------------------------------
menu_item :main      :Dark Mode       :nickel_setting :toggle :dark_mode
menu_item :main      :Invert & Reboot :nickel_setting :toggle: invert
    chain_success                     :power          :reboot
menu_item :main      :Screenshots     :nickel_setting :toggle :screenshots
# -----------------------------------------------------------------------
menu_item :reader    :Dark Mode       :nickel_setting :toggle :dark_mode
menu_item :reader    :Invert & Reboot :nickel_setting :toggle: invert
    chain_success                     :power          :reboot
menu_item :selection :Translate       :nickel_browser :modal:https://translate.google.com/?sl=auto&tl=en&text={1|S|%}&op=translate
# -----------------------------------------------------------------------
menu_item :library   :Dark Mode       :nickel_setting :toggle :dark_mode
menu_item :library   :Invert & Reboot :nickel_setting :toggle: invert
    chain_success                     :power          :reboot
menu_item :library   :My Articles     :nickel_open: library: pocket
# --------------------------------------------------------------------------

Questions re Screenshot:

If the screenshot was enabled and i put to sleep the device using nickelmenu option to PUT IT TO SLEEP, the i cannot use the power button to wake the device again? What will happen then? how do i wake the device again?

and does the screenshot toggle on/off requires a reboot or is it instantenous?

Last edited by Deobulakenyo; 02-25-2022 at 09:40 PM.
Deobulakenyo is offline   Reply With Quote