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 d3f36d21c..e42e659d8 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -5672,6 +5672,12 @@ static const InputActionData inputActionData
"clipboardcopy|copyclipboard",
UseArgs_true,
Protected_true},
+ {"keyGotoPc",
+ defaultAction(&Actions::commandGotoPc),
+ InputCondition::INGAME,
+ "goto|gotopc",
+ UseArgs_true,
+ Protected_true},
};
#undef defaultAction