Method KHotkey.Deconstruct Overload Allows to get properties of a KHotkey variable like var (mod, key) = hotkey; public void Deconstruct(out KMod mod, out KKey key) Parameters mod (KMod) Enum: Shift, Ctrl, Alt, Win. key (KKey)