Focus OOC hotkey (#1272)

This commit is contained in:
ike709
2020-07-06 08:45:58 -05:00
committed by GitHub
parent 7e4b506aaf
commit 3bab2fd803
5 changed files with 22 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ namespace Content.Client.Input
{
var common = contexts.GetContext("common");
common.AddFunction(ContentKeyFunctions.FocusChat);
common.AddFunction(ContentKeyFunctions.FocusOOC);
common.AddFunction(ContentKeyFunctions.ExamineEntity);
common.AddFunction(ContentKeyFunctions.OpenTutorial);
common.AddFunction(ContentKeyFunctions.TakeScreenshot);