Thread: Clara HD ClaraHD & landscape mode
View Single Post
Old 09-04-2021, 02:18 PM   #5
RobertJSawyer
Guru
RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.
 
RobertJSawyer's Avatar
 
Posts: 738
Karma: 4306712
Join Date: Jun 2006
Location: Toronto
Device: Kobo Libra 2, Clara 2E, and Clara HD; Kindle PaperWhite
NickelMenu will provide a toggle for Landscape mode if you use the latest NickelMenu release from this link:

https://www.mobileread.com/forums/sh...&postcount=555

Use this code in your NickelMenu menu file:

Code:
menu_item :main    :> Landscape   :nickel_orientation :landscape
menu_item :reader  :> Landscape   :nickel_orientation :landscape
menu_item :library :> Landscape   :nickel_orientation :landscape
More on NickelMenu is here:

https://www.mobileread.com/forums/sh...d.php?t=329525

And, just FYI, here's my full NickelMenu menu:

Code:
# -----------------------------------------------------------------------
menu_item :main    :Dark Mode     :nickel_setting :toggle :dark_mode
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    :< 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 Screen :nickel_setting :toggle: invert
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 Articles   :nickel_open: library: pocket
# -----------------------------------------------------------------------
menu_item :library :Dark Mode     :nickel_setting :toggle :dark_mode
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 :< Landscape   :nickel_orientation :inverted_landscape
menu_item :library :My Articles   :nickel_open: library: pocket
# --------------------------------------------------------------------------
RobertJSawyer is offline   Reply With Quote