add keybinding for gui/mass-remove

develop
Myk Taylor 2024-01-05 01:22:37 -08:00
parent 597a5bb128
commit 528d7b1be1
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

@ -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
#####################

@ -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)