Skip to content

Commit d71c9d4

Browse files
authored
Add hotkey (Shift+R) to call the markdown script
As per DFHack/scripts#901
1 parent 63595b4 commit d71c9d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data/init/dfhack.keybindings.init

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ keybinding add Ctrl-Shift-K gui/cp437-table
2525
# customizable quick command list
2626
keybinding add Ctrl-Shift-A gui/quickcmd
2727

28+
# save the description of a selected unit or item to the `/markdown_{YourWorldName}.md` file in the root game directory
29+
keybinding add Shift-R@dwarfmode/ViewSheets/UNIT|dwarfmode/ViewSheet markdown
30+
2831

2932
###################
3033
# embark bindings #

0 commit comments

Comments
 (0)