From fbae598086967f2639bb61a2da74138b66e8555d Mon Sep 17 00:00:00 2001 From: lethosor Date: Fri, 5 May 2017 17:36:34 -0400 Subject: [PATCH] Add extra gui/workflow binding to work with gui/extended-status --- dfhack.init-example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dfhack.init-example b/dfhack.init-example index a93585d14..19bef37e6 100644 --- a/dfhack.init-example +++ b/dfhack.init-example @@ -138,6 +138,8 @@ keybinding add Alt-A@dwarfmode/QueryBuilding/Some/Workshop/Job gui/workshop-job # workflow front-end keybinding add Alt-W@dwarfmode/QueryBuilding/Some/Workshop/Job gui/workflow keybinding add Alt-W@overallstatus "gui/workflow status" +# equivalent to the one above when gui/extended-status is enabled +keybinding add Alt-W@dfhack/lua/status_overlay "gui/workflow status" # autobutcher front-end keybinding add Shift-B@pet/List/Unit "gui/autobutcher"