Table of Contents

Enum HotkeyType

Namespace
Vintagestory.API.Client
Assembly
VintagestoryAPI.dll
public enum HotkeyType

Fields

CharacterControls = 4

Controls that control the players actions. Only triggered when the player not currently inside a dialog.

CreativeOrSpectatorTool = 7

Controls that are only available in creative or spectator mode

CreativeTool = 6

Controls that are only available in creative mode

DevTool = 8

Developer tools

GUIOrOtherControls = 2

Controls that are always available (survival and creative mode)

HelpAndOverlays = 0

Help and overlays that are always available (survival and creative mode)

InventoryHotkeys = 5

Shortcuts for inventory actions.

MouseControls = 9

Primary mouse controls

MouseModifiers = 1

Mouse modifiers (i.e. for Shift- and Ctrl- click)

MovementControls = 3

Controls that control the players movement. Only available when the player not currently inside a dialog.