The KeyboardModifiers enumeration in the Sandbox
namespace represents the modifier keys on a keyboard. It is marked with the FlagsAttribute
, allowing bitwise combination of its member values. This enum is used to identify which modifier keys are pressed during keyboard input events.