02-26-2022, 07:19 PM | #16 | |
Bibliophagist
Posts: 40,549
Karma: 157444380
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
Since the toggle does not require a reboot, generally, I enable screenshots, take the screenshot and then disable screenshots. |
|
02-26-2022, 09:39 PM | #17 |
Guru
Posts: 705
Karma: 2153490
Join Date: Aug 2021
Location: Stupid Philippines
Device: Kobo Libra 2, Boyue Likebook P78
|
|
Advert | |
|
03-02-2022, 10:11 AM | #18 | |
Resident Curmudgeon
Posts: 76,427
Karma: 136564696
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
Code:
menu_item : main : USB : nickel_misc : force_usb_connection menu_item : library : USB : nickel_misc : force_usb_connection |
|
03-02-2022, 10:14 AM | #19 | |
Resident Curmudgeon
Posts: 76,427
Karma: 136564696
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
06-13-2022, 11:24 AM | #20 |
Guru
Posts: 733
Karma: 3911762
Join Date: Jun 2006
Location: Toronto
Device: Kobo Libra 2, Clara 2E, and Clara HD; Kindle PaperWhite
|
These are the settings I use on my Kobo Clara HD, showing examples of how to get landscape mode on devices that don't have that built in:
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 :Portrait :nickel_orientation :portrait menu_item :main :> Landscape :nickel_orientation :landscape menu_item :main :< Landscape :nickel_orientation :inverted_landscape menu_item :main :My Articles :nickel_open: library: pocket 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 :reader :Portrait :nickel_orientation :portrait menu_item :reader :> Landscape :nickel_orientation :landscape menu_item :reader :< Landscape :nickel_orientation :inverted_landscape menu_item :reader :My Books :nickel_open: library: library menu_item :reader :My Articles :nickel_open: library: pocket 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 :Portrait :nickel_orientation :portrait menu_item :library :> Landscape :nickel_orientation :landscape menu_item :library :< Landscape :nickel_orientation :inverted_landscape menu_item :library :My Articles :nickel_open: library: pocket menu_item :reader :Home :nickel_misc: home # -------------------------------------------------------------------------- |
Advert | |
|
02-02-2023, 11:21 AM | #21 |
Groupie
Posts: 187
Karma: 12092
Join Date: May 2014
Device: Kobo Libra 2
|
Thanks for creating this thread, I've been interested in NickelMenu but too intimidated to try. This was the start I needed!
Here's a thing I stole off of a Reddit thread: Code:
menu_item :main :Device Owner :dbg_msg :Firstname Lastname 555-555-1234 |
02-03-2023, 10:32 AM | #22 |
Junior Member
Posts: 4
Karma: 10
Join Date: Feb 2023
Device: Kobo Clara HD
|
This thread is super helpful. Thanks for all the good info. One question: How might I add a Dictionary link to the main menu?
|
02-03-2023, 11:20 AM | #23 | |
Addict
Posts: 287
Karma: 2534928
Join Date: Nov 2022
Location: Canada
Device: Kobo Aura 2
|
Quote:
From what I can tell, NickelMenu does not currently offer an action to directly open a dictionary search, so the closest I can find is to use nickel_open:store:search. You will then need to change the search target from Kobo Store to Dictionary. The full line would be something like: menu_item : main : Search : nickel_open : store : search Last edited by isarl; 02-03-2023 at 01:50 PM. Reason: Typo: “sites” -> “does” |
|
02-03-2023, 12:24 PM | #24 |
Junior Member
Posts: 4
Karma: 10
Join Date: Feb 2023
Device: Kobo Clara HD
|
Thanks, isarl. I'll give that a try.
|
02-04-2023, 10:09 AM | #25 | |
Junior Member
Posts: 4
Karma: 10
Join Date: Feb 2023
Device: Kobo Clara HD
|
Quote:
|
|
02-06-2023, 11:17 AM | #26 |
Addict
Posts: 287
Karma: 2534928
Join Date: Nov 2022
Location: Canada
Device: Kobo Aura 2
|
Building off the “Screensaver Status” menu item, here's a new one I didn't see posted anywhere else which I just came up with this morning. Critiques are welcome if I'm going about this in a suboptimal manner. If my whitespace is not what you are used to, I hope you can forgive me.
Code:
menu_item : main : Screenshot Status : cmd_output : 500 : quiet : grep -q '^Screenshots=true$' "/mnt/onboard/.kobo/Kobo/Kobo eReader.conf" chain_success : dbg_toast : Screenshots are enabled chain_failure : dbg_toast : Screenshots are disabled |
02-06-2023, 11:21 AM | #27 | |
Addict
Posts: 287
Karma: 2534928
Join Date: Nov 2022
Location: Canada
Device: Kobo Aura 2
|
Quote:
(edit: Serial-posting is usually frowned upon so my apologies if I've committed a faux pas here.) |
|
02-06-2023, 03:51 PM | #28 |
Junior Member
Posts: 4
Karma: 10
Join Date: Feb 2023
Device: Kobo Clara HD
|
Good point. I'm good at coming up with expectations and advice for things I know all to little about. I'll keep poking around and see if the Dictionary question has come up over at that main thread; if not, I may venture a query.
As for serial-posting, I'm not even sure what that is, so I may have inadvertently joined you in your transgression. I hope we're both in the clear. Thanks! |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
NickelMenu: An integrated launcher for Kobo eReaders | geek1011 | Kobo Reader | 1425 | 11-08-2024 02:34 PM |
Clara HD NickelMenu won't show up | MilGreat2010 | Kobo Developer's Corner | 1 | 12-18-2021 07:30 AM |
How to install NickelMenu on a Kobo in 2021 | Creeperm4n | Kobo Developer's Corner | 19 | 05-29-2021 08:27 AM |
NickelMenu - 'Generator error' message on Libra H2O ? | steveparry | KOReader | 1 | 04-22-2021 01:47 PM |