Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions data/init/dfhack.keybindings.init
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@ keybinding add Ctrl-A@choose_start_site gui/embark-anywhere
# in the game root directory
keybinding add Ctrl-T@dwarfmode/ViewSheets/UNIT|dwarfmode/ViewSheets/ITEM|dungeonmode/ViewSheets/UNIT|dungeonmode/ViewSheets/ITEM markdown

# gui/sitemap
keybinding add Ctrl-G@dwarfmode/Default|dungeonmode/Default gui/sitemap

# toggle keyboard cursor
keybinding add Alt-K@dwarfmode|dungeonmode/Default|dungeonmode/Look toggle-kbd-cursor


######################
# dwarfmode bindings #
######################
Expand Down Expand Up @@ -72,9 +77,6 @@ keybinding add Ctrl-Shift-T@dwarfmode gui/teleport
# apply blueprints to the map
keybinding add Ctrl-Shift-Q@dwarfmode gui/quickfort

# toggle keyboard cursor
keybinding add Alt-K@dwarfmode toggle-kbd-cursor

# Stocks plugin
#keybinding add Ctrl-Shift-Z@dwarfmode/Default "stocks show"

Expand Down
Loading