From d0967b7e59e5bccb57c742ba5cf647aa3b9daa5c Mon Sep 17 00:00:00 2001 From: myk002 Date: Fri, 19 Aug 2022 09:34:38 -0700 Subject: [PATCH] add alt-N keybinding for do-job-now --- data/init/dfhack.keybindings.init | 3 +++ docs/changelog.txt | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/data/init/dfhack.keybindings.init b/data/init/dfhack.keybindings.init index c8785eba7..a5d34f14a 100644 --- a/data/init/dfhack.keybindings.init +++ b/data/init/dfhack.keybindings.init @@ -81,6 +81,9 @@ keybinding add Alt-I@dwarfmode/ViewUnits|unitlist gui/unit-info-viewer # set workorder item details (on workorder details screen press D again) keybinding add D@workquota_details gui/workorder-details +# boost priority of jobs related tot he selected entity +keybinding add Alt-N do-job-now + ############################## # Generic adv mode bindings # ############################## diff --git a/docs/changelog.txt b/docs/changelog.txt index 2639de182..955298b47 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -45,7 +45,8 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: ## Misc Improvements - Init scripts: ``dfhack.init`` and other init scripts have moved to ``dfhack-config/init/``. If you have customized your ``dfhack.init`` file and want to keep your changes, please move the part that you have customized to the new location at ``dfhack-config/init/dfhack.init``. If you do not have changes that you want to keep, do not copy anything, and the new defaults will be used automatically. - History files: ``dfhack.history``, ``tiletypes.history``, ``lua.history``, and ``liquids.history`` have moved to the ``dfhack-config`` directory. If you'd like to keep the contents of your current history files, please move them to ``dfhack-config``. -- `keybinding`: support backquote (\`) as a hotkey +- `do-job-now`: new global keybinding for boosting the priority of the jobs associated with the selected building/work order/unit/item etc.: Alt-N +- `keybinding`: support backquote (\`) as a hotkey (and assign the hotkey to the new `gui/launcher` interface) - `manipulator`: add a library of useful default professions - `manipulator`: move professions configuration from ``professions/`` to ``dfhack-config/professions/`` to keep it together with other dfhack configuration. If you have saved professions that you would like to keep, please manually move them to the new folder. - ``materials.ItemTraitsDialog``: added a default ``on_select``-handler which toggles the traits.