2021-02-27 04:12:09 +01:00
|
|
|
using Robust.Shared.Input;
|
2018-05-27 10:13:33 +02:00
|
|
|
|
|
|
|
|
namespace Content.Shared.Input
|
|
|
|
|
{
|
|
|
|
|
[KeyFunctions]
|
|
|
|
|
public static class ContentKeyFunctions
|
|
|
|
|
{
|
2020-05-03 14:26:49 +02:00
|
|
|
public static readonly BoundKeyFunction WideAttack = "WideAttack";
|
2018-05-27 10:13:33 +02:00
|
|
|
public static readonly BoundKeyFunction ActivateItemInHand = "ActivateItemInHand";
|
2021-08-22 03:20:18 +10:00
|
|
|
public static readonly BoundKeyFunction AltActivateItemInHand = "AltActivateItemInHand";
|
|
|
|
|
public static readonly BoundKeyFunction ActivateItemInWorld = "ActivateItemInWorld";
|
|
|
|
|
public static readonly BoundKeyFunction AltActivateItemInWorld = "AltActivateItemInWorld";
|
2019-07-20 13:11:42 +02:00
|
|
|
public static readonly BoundKeyFunction Drop = "Drop";
|
|
|
|
|
public static readonly BoundKeyFunction ExamineEntity = "ExamineEntity";
|
2021-04-20 18:39:39 -05:00
|
|
|
public static readonly BoundKeyFunction FocusChat = "FocusChatInputWindow";
|
|
|
|
|
public static readonly BoundKeyFunction FocusLocalChat = "FocusLocalChatWindow";
|
2022-01-11 06:48:18 -08:00
|
|
|
public static readonly BoundKeyFunction FocusWhisperChat = "FocusWhisperChatWindow";
|
2021-04-20 18:39:39 -05:00
|
|
|
public static readonly BoundKeyFunction FocusRadio = "FocusRadioWindow";
|
2020-07-06 08:45:58 -05:00
|
|
|
public static readonly BoundKeyFunction FocusOOC = "FocusOOCWindow";
|
2020-07-08 05:18:16 -05:00
|
|
|
public static readonly BoundKeyFunction FocusAdminChat = "FocusAdminChatWindow";
|
2021-07-20 10:29:09 +02:00
|
|
|
public static readonly BoundKeyFunction FocusDeadChat = "FocusDeadChatWindow";
|
|
|
|
|
public static readonly BoundKeyFunction FocusConsoleChat = "FocusConsoleChatWindow";
|
2021-04-20 18:39:39 -05:00
|
|
|
public static readonly BoundKeyFunction CycleChatChannelForward = "CycleChatChannelForward";
|
|
|
|
|
public static readonly BoundKeyFunction CycleChatChannelBackward = "CycleChatChannelBackward";
|
2018-05-27 10:13:33 +02:00
|
|
|
public static readonly BoundKeyFunction OpenCharacterMenu = "OpenCharacterMenu";
|
2019-07-20 13:11:42 +02:00
|
|
|
public static readonly BoundKeyFunction OpenContextMenu = "OpenContextMenu";
|
2019-07-17 21:37:58 +02:00
|
|
|
public static readonly BoundKeyFunction OpenCraftingMenu = "OpenCraftingMenu";
|
2019-07-20 13:11:42 +02:00
|
|
|
public static readonly BoundKeyFunction OpenInventoryMenu = "OpenInventoryMenu";
|
2020-05-05 00:39:15 +02:00
|
|
|
public static readonly BoundKeyFunction SmartEquipBackpack = "SmartEquipBackpack";
|
|
|
|
|
public static readonly BoundKeyFunction SmartEquipBelt = "SmartEquipBelt";
|
2021-03-03 06:56:52 +00:00
|
|
|
public static readonly BoundKeyFunction OpenInfo = "OpenInfo";
|
2019-07-20 13:11:42 +02:00
|
|
|
public static readonly BoundKeyFunction SwapHands = "SwapHands";
|
2018-08-22 01:19:47 -07:00
|
|
|
public static readonly BoundKeyFunction ThrowItemInHand = "ThrowItemInHand";
|
2020-07-27 00:54:32 +02:00
|
|
|
public static readonly BoundKeyFunction TryPullObject = "TryPullObject";
|
|
|
|
|
public static readonly BoundKeyFunction MovePulledObject = "MovePulledObject";
|
2020-09-16 14:58:50 -07:00
|
|
|
public static readonly BoundKeyFunction ReleasePulledObject = "ReleasePulledObject";
|
2019-08-04 16:03:51 -07:00
|
|
|
public static readonly BoundKeyFunction MouseMiddle = "MouseMiddle";
|
2020-02-02 16:38:51 -05:00
|
|
|
public static readonly BoundKeyFunction OpenEntitySpawnWindow = "OpenEntitySpawnWindow";
|
|
|
|
|
public static readonly BoundKeyFunction OpenSandboxWindow = "OpenSandboxWindow";
|
|
|
|
|
public static readonly BoundKeyFunction OpenTileSpawnWindow = "OpenTileSpawnWindow";
|
2020-08-25 17:18:32 +02:00
|
|
|
public static readonly BoundKeyFunction OpenAdminMenu = "OpenAdminMenu";
|
2020-04-30 12:45:21 +02:00
|
|
|
public static readonly BoundKeyFunction TakeScreenshot = "TakeScreenshot";
|
|
|
|
|
public static readonly BoundKeyFunction TakeScreenshotNoUI = "TakeScreenshotNoUI";
|
2020-07-24 14:51:18 +02:00
|
|
|
public static readonly BoundKeyFunction Point = "Point";
|
2020-09-26 15:25:22 +02:00
|
|
|
public static readonly BoundKeyFunction ArcadeUp = "ArcadeUp";
|
|
|
|
|
public static readonly BoundKeyFunction ArcadeDown = "ArcadeDown";
|
|
|
|
|
public static readonly BoundKeyFunction ArcadeLeft = "ArcadeLeft";
|
|
|
|
|
public static readonly BoundKeyFunction ArcadeRight = "ArcadeRight";
|
|
|
|
|
public static readonly BoundKeyFunction Arcade1 = "Arcade1";
|
|
|
|
|
public static readonly BoundKeyFunction Arcade2 = "Arcade2";
|
|
|
|
|
public static readonly BoundKeyFunction Arcade3 = "Arcade3";
|
2020-12-13 14:28:20 -08:00
|
|
|
public static readonly BoundKeyFunction OpenActionsMenu = "OpenAbilitiesMenu";
|
|
|
|
|
public static readonly BoundKeyFunction Hotbar0 = "Hotbar0";
|
|
|
|
|
public static readonly BoundKeyFunction Hotbar1 = "Hotbar1";
|
|
|
|
|
public static readonly BoundKeyFunction Hotbar2 = "Hotbar2";
|
|
|
|
|
public static readonly BoundKeyFunction Hotbar3 = "Hotbar3";
|
|
|
|
|
public static readonly BoundKeyFunction Hotbar4 = "Hotbar4";
|
|
|
|
|
public static readonly BoundKeyFunction Hotbar5 = "Hotbar5";
|
|
|
|
|
public static readonly BoundKeyFunction Hotbar6 = "Hotbar6";
|
|
|
|
|
public static readonly BoundKeyFunction Hotbar7 = "Hotbar7";
|
|
|
|
|
public static readonly BoundKeyFunction Hotbar8 = "Hotbar8";
|
|
|
|
|
public static readonly BoundKeyFunction Hotbar9 = "Hotbar9";
|
2020-12-22 06:41:56 -08:00
|
|
|
public static readonly BoundKeyFunction Loadout1 = "Loadout1";
|
|
|
|
|
public static readonly BoundKeyFunction Loadout2 = "Loadout2";
|
|
|
|
|
public static readonly BoundKeyFunction Loadout3 = "Loadout3";
|
|
|
|
|
public static readonly BoundKeyFunction Loadout4 = "Loadout4";
|
|
|
|
|
public static readonly BoundKeyFunction Loadout5 = "Loadout5";
|
|
|
|
|
public static readonly BoundKeyFunction Loadout6 = "Loadout6";
|
|
|
|
|
public static readonly BoundKeyFunction Loadout7 = "Loadout7";
|
|
|
|
|
public static readonly BoundKeyFunction Loadout8 = "Loadout8";
|
|
|
|
|
public static readonly BoundKeyFunction Loadout9 = "Loadout9";
|
2021-02-16 15:07:17 +01:00
|
|
|
public static readonly BoundKeyFunction Vote0 = "Vote0";
|
|
|
|
|
public static readonly BoundKeyFunction Vote1 = "Vote1";
|
|
|
|
|
public static readonly BoundKeyFunction Vote2 = "Vote2";
|
|
|
|
|
public static readonly BoundKeyFunction Vote3 = "Vote3";
|
|
|
|
|
public static readonly BoundKeyFunction Vote4 = "Vote4";
|
|
|
|
|
public static readonly BoundKeyFunction Vote5 = "Vote5";
|
|
|
|
|
public static readonly BoundKeyFunction Vote6 = "Vote6";
|
|
|
|
|
public static readonly BoundKeyFunction Vote7 = "Vote7";
|
|
|
|
|
public static readonly BoundKeyFunction Vote8 = "Vote8";
|
|
|
|
|
public static readonly BoundKeyFunction Vote9 = "Vote9";
|
2018-05-27 10:13:33 +02:00
|
|
|
}
|
|
|
|
|
}
|