The NickelMenu item has Portrait, Inverted Portrait, Landscape, Inverted Landscape, Invert and Swap as options. I've never used it but it might lock the orientation to whichever you choose.
Quote:
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+)
|
Code:
menu_item : main : Portrait : nickel_orientation : portrait
menu_item : main : Landscape : nickel_orientation : landscape
menu_item : main : Inverted Portrait : nickel_orientation : inverted_portrait
menu_item : main : Inverted Landscape : nickel_orientation : inverted_landscape
menu_item : main : Invert Orientation : nickel_orientation : invert
menu_item : main : Swap : nickel_orientation : swap