Merge remote-tracking branch 'PeridexisErrant/keybinding-defaults'

Also update NEWS
develop
lethosor 2015-01-05 16:33:24 -05:00
commit 83142b9657
2 changed files with 5 additions and 2 deletions

@ -23,6 +23,8 @@ DFHack Future
Removed
embark.lua: Obsolete, use `embark-tools`
Misc Improvements
Made some adventure mode keybindings in dfhack.init-example only work in adventure mode
Added a default keybinding for "gui/companion-order"
further work on needs_porting
DFHack 0.40.19-r1

@ -52,8 +52,9 @@ keybinding add Ctrl-Shift-F@dwarfmode forum-dwarves
# Generic adv mode bindings #
##############################
keybinding add Ctrl-B adv-bodyswap
keybinding add Ctrl-Shift-B "adv-bodyswap force"
keybinding add Ctrl-B@dungeonmode adv-bodyswap
keybinding add Ctrl-Shift-B@dungeonmode "adv-bodyswap force"
keybinding add Shift-O@dungeonmode gui/companion-order
##############################
# Generic legends bindings #