View Single Post
Old 06-23-2023, 02:24 PM   #2
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,280
Karma: 169098402
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
The default settings allow you to prevent switching between portrait and landscape but turning rotation off entirely is not part of the default settings ( Settings => Reading settings).

NickelMenu does have an nickel_orientation setting which might override the default, i.e. setting it to portrait would prevent switching orientation but I have never tested that.

Code:
nickel_orientation - one of:
                        portrait           (4.13.12638+)
                        landscape          (4.13.12638+)
                        inverted_portrait  (4.13.12638+)
                        inverted_landscape (4.13.12638+)
                        invert             (4.13.12638+) - Toggles between inverted/non-inverted (preserves side) (this will not work if used in a chain with swap)
                        swap               (4.13.12638+) - Toggles between portrait/landscape (preserves inversion) (this will not work if used in a chain with invert)
So something like the following might work for you:
Code:
menu_item : main    : Portrait        : nickel_orientation : portrait
DNSB is offline   Reply With Quote