Add editor copy keybinding (#8369)

This commit is contained in:
Leon Friedrich
2022-06-06 10:58:20 +12:00
committed by GitHub
parent 4fbea3cd13
commit ff9d8f96e0
6 changed files with 60 additions and 0 deletions

View File

@@ -79,5 +79,6 @@ namespace Content.Shared.Input
public static readonly BoundKeyFunction Vote7 = "Vote7";
public static readonly BoundKeyFunction Vote8 = "Vote8";
public static readonly BoundKeyFunction Vote9 = "Vote9";
public static readonly BoundKeyFunction EditorCopyObject = "EditorCopyObject";
}
}