Skip to content

Commit 741ee77

Browse files
authored
Merge pull request #4470 from glotov4/patch-2
Add hotkey (Shift+R) to call the markdown script
2 parents b48fa3d + 836dcb7 commit 741ee77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

data/init/dfhack.keybindings.init

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ 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
29+
# in the game root directory
30+
keybinding add Ctrl-T@dwarfmode/ViewSheets/UNIT|dwarfmode/ViewSheets/ITEM markdown
31+
2832

2933
###################
3034
# embark bindings #

0 commit comments

Comments
 (0)