|
1 | | -Lever Interface |
2 | | -=============== |
3 | | - |
4 | | -Overview |
5 | | --------- |
6 | | -The lever interface provides a consolidated list of all levers in the current map |
7 | | -and lets you queue or remove pull tasks. The list is kept up to date automatically |
8 | | -so queued, completed, and cancelled pulls are reflected without manual refreshes. |
9 | | - |
10 | | -Main features |
11 | | -------------- |
12 | | -- Lists all levers with a status prefix (``[Pulled]`` or ``[Not Pulled]``). |
13 | | -- Shows queued pull counts per lever and a global queued pull total. |
14 | | -- Allows queuing a pull task for the selected lever. |
15 | | -- Allows removing queued pull tasks from the selected lever. |
16 | | -- Supports hover focus to pan the map to the lever without clicking. |
17 | | -- Supports search filtering by lever name. |
18 | | - |
19 | | -Using the interface |
20 | | -------------------- |
21 | | -- **Search**: Type in the search field to filter levers by name. Filtering is |
22 | | - case-insensitive and matches substrings. |
23 | | -- **Hover**: Move the mouse over a lever entry to pan and highlight the lever. |
24 | | -- **Click**: Click a lever entry (or press Enter) to queue a pull task. |
25 | | -- **Remove queued pulls**: Use the remove hotkey to clear queued pull jobs for |
26 | | - the selected lever. |
27 | | - |
28 | | -Hotkeys |
29 | | -------- |
30 | | -- ``P``: Queue a pull task for the selected lever. |
31 | | -- ``X``: Remove queued pull tasks from the selected lever. |
32 | | -- ``R``: Refresh the list. |
| 1 | +Lever Interface |
| 2 | +=============== |
| 3 | + |
| 4 | +Overview |
| 5 | +-------- |
| 6 | +The lever interface provides a consolidated list of all levers in the current map |
| 7 | +and lets you queue or remove pull tasks. The list is kept up to date automatically |
| 8 | +so queued, completed, and cancelled pulls are reflected without manual refreshes. |
| 9 | + |
| 10 | +Main features |
| 11 | +------------- |
| 12 | +- Lists all levers with a status prefix (``[Pulled]`` or ``[Not Pulled]``). |
| 13 | +- Shows queued pull counts per lever and a global queued pull total. |
| 14 | +- Allows queuing a pull task for the selected lever. |
| 15 | +- Allows removing queued pull tasks from the selected lever. |
| 16 | +- Supports hover focus to pan the map to the lever without clicking. |
| 17 | +- Supports search filtering by lever name. |
| 18 | + |
| 19 | +Using the interface |
| 20 | +------------------- |
| 21 | +- **Search**: Type in the search field to filter levers by name. Filtering is |
| 22 | + case-insensitive and matches substrings. |
| 23 | +- **Hover**: Move the mouse over a lever entry to pan and highlight the lever. |
| 24 | +- **Click**: Click a lever entry (or press Enter) to queue a pull task. |
| 25 | +- **Remove queued pulls**: Use the remove hotkey to clear queued pull jobs for |
| 26 | + the selected lever. |
| 27 | + |
| 28 | +Hotkeys |
| 29 | +------- |
| 30 | +- ``P``: Queue a pull task for the selected lever. |
| 31 | +- ``X``: Remove queued pull tasks from the selected lever. |
| 32 | +- ``R``: Refresh the list. |
0 commit comments