From b4c49f36e11fa98f75ef6cf3afc55bf0d6975eef Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Sun, 22 Jan 2023 15:39:05 -0800 Subject: [PATCH] document orders overlay --- docs/plugins/orders.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/plugins/orders.rst b/docs/plugins/orders.rst index 8beb246e4..5dfe23758 100644 --- a/docs/plugins/orders.rst +++ b/docs/plugins/orders.rst @@ -40,6 +40,17 @@ Examples Import manager orders from the library that keep your fort stocked with basic essentials. +Overlay +------- + +Orders plugin functionality is directly available when the manager orders screen +is open via an `overlay` widget. There are hotkeys assigned to export, import, +sort, and clear. You can also click on the hotkey hints as if they were buttons. +Clearing will ask for confirmation before acting. + +If you want to change where the hotkey hints appear, you can move them via +`gui/overlay`. + The orders library ------------------