Merge pull request #4139 from myk002/myk_mass_remove

add keybinding for gui/mass-remove
develop
Myk 2024-01-05 02:15:37 -08:00 committed by GitHub
commit 63a28c0b85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)