summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r--src/input/inputactionmap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index 698ce7765..c91321f3d 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -5311,6 +5311,12 @@ static const InputActionData inputActionData
"showcart|cartlist",
UseArgs_true,
Protected_true},
+ {"keyCommandShowInventoryList",
+ defaultAction(&Actions::commandShowInventory),
+ InputCondition::INGAME,
+ "showinventory|inventorylist|itemlist",
+ UseArgs_true,
+ Protected_true},
};
#undef defaultAction