namespace Toolkit.Foundation; public enum ModifierKey : uint { Alt = 0x00000001, Ctrl = 0x00000002, Shift = 0x00000004, Win = 0x00000008, }