diff options
| author | Alexander Gavrilov | 2012-09-28 18:01:17 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-09-28 18:01:17 +0400 |
| commit | ba763b773d64c17a58ccd64f2b0581b6619c81e6 (patch) | |
| tree | 7ba497c635319dc28f18bc53be9aeab23efd379e /dfhack.init-example | |
| parent | 9784ca559144ec24f513dee23002bf49100ba897 (diff) | |
| download | dfhack-ba763b773d64c17a58ccd64f2b0581b6619c81e6.tar.gz dfhack-ba763b773d64c17a58ccd64f2b0581b6619c81e6.tar.bz2 dfhack-ba763b773d64c17a58ccd64f2b0581b6619c81e6.tar.xz | |
New tweaks for the military assign to position screen.
Diffstat (limited to 'dfhack.init-example')
| -rw-r--r-- | dfhack.init-example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dfhack.init-example b/dfhack.init-example index 8a3ec8f2..2e656a60 100644 --- a/dfhack.init-example +++ b/dfhack.init-example @@ -48,6 +48,12 @@ keybinding add Shift-O "job-material OBSIDIAN" keybinding add Shift-T "job-material ORTHOCLASE" keybinding add Shift-G "job-material GLASS_GREEN" +# sort units and items +keybinding add Alt-Shift-N "sort-units name" "sort-items description" +keybinding add Alt-Shift-R "sort-units arrival" +keybinding add Alt-Shift-T "sort-units profession" "sort-items type material" +keybinding add Alt-Shift-Q "sort-units squad_position" "sort-items quality" + # browse linked mechanisms keybinding add Ctrl-M@dwarfmode/QueryBuilding/Some gui/mechanisms @@ -95,3 +101,8 @@ tweak advmode-contained # support Shift-Enter in Trade and Move Goods to Depot screens for faster # selection; it selects the current item or stack and scrolls down one line tweak fast-trade + +# stop the right list in military->positions from resetting to top all the time +tweak military-stable-assign +# in same list, color units already assigned to squads in brown & green +tweak military-color-assigned |
