We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71c9d4 commit 836dcb7Copy full SHA for 836dcb7
data/init/dfhack.keybindings.init
@@ -25,8 +25,9 @@ keybinding add Ctrl-Shift-K gui/cp437-table
25
# customizable quick command list
26
keybinding add Ctrl-Shift-A gui/quickcmd
27
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
+# save the description of a selected unit or item to the `markdown_{YourWorldName}.md` file
+# in the game root directory
30
+keybinding add Ctrl-T@dwarfmode/ViewSheets/UNIT|dwarfmode/ViewSheets/ITEM markdown
31
32
33
###################
0 commit comments