Register hotkeys easily!
First, install Asjc.HotKey.Wpf or Asjc.HotKey.WinForms, and then import the corresponding namespace.
Quickly register hotkeys with just one line of code, such as:
new HotKey(Key.Space, Modifiers.Ctrl, _ => MessageBox.Show("Ctrl + Space"));