Example #1
0
 public MacroKeyEvent(MacroKey key)
 {
     _id       = Guid.NewGuid().ToString();
     _key      = key;
     secondary = "Keypress";
 }