Skip to content

Commit 836dcb7

Browse files
authored
Apply suggestions from code review
1 parent d71c9d4 commit 836dcb7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

data/init/dfhack.keybindings.init

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +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
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
3031

3132

3233
###################

0 commit comments

Comments
 (0)