diff --git a/data/init/dfhack.keybindings.init b/data/init/dfhack.keybindings.init index ce4a8a490..41a031a28 100644 --- a/data/init/dfhack.keybindings.init +++ b/data/init/dfhack.keybindings.init @@ -158,7 +158,7 @@ keybinding add Alt-K@dwarfmode toggle-kbd-cursor # gui/design keybinding add Ctrl-D@dwarfmode/Default gui/design - +keybinding add Ctrl-M@dwarfmode/Default gui/mass-remove ##################### diff --git a/docs/changelog.txt b/docs/changelog.txt index 688bcaf8f..4bcd39ea2 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -55,6 +55,7 @@ Template for new versions: ## New Features - `sort`: search and sort for the "choose unit to elevate to the barony" screen. units are sorted by the number of item preferences they have and the units are annotated with the items that they have preferences for +- `gui/mass-remove`: new global keybinding: Ctrl-M while on the fort map ## Fixes - `reveal`: now avoids revealing blocks that contain divine treasures, encased horrors, and deep vein hollows (so the surprise triggers are not triggered prematurely)