Example #1
0
 public ShortcutItem(bool enabled, bool requirePreviewOpen, KeyCombo keyCombo, ProgramActionChain actionChain)
 {
     this.Enabled = enabled;
     this.RequirePreviewOpen = requirePreviewOpen;
     this.KeyCombo = keyCombo;
     this.ActionChain = actionChain;
 }
Example #2
0
 public ShortcutItem(bool enabled, bool requirePreviewOpen, KeyCombo keyCombo, ProgramActionChain actionChain)
 {
     this.Enabled            = enabled;
     this.RequirePreviewOpen = requirePreviewOpen;
     this.KeyCombo           = keyCombo;
     this.ActionChain        = actionChain;
 }