Example #1
0
 public KeyBinding(string alias, Keys k, bool ctrl, bool shift, bool alt, KeyEvent kevent, KeyBindingDelegate kdel)
     : this(alias, k, ctrl, shift, alt, kevent)
 {
     Callback = kdel;
 }
Example #2
0
 public KeyBinding(string alias, Keys k, bool ctrl, bool shift, bool alt, KeyEvent kevent, KeyBindingDelegate kdel)
     : this(alias, k, ctrl, shift, alt, kevent)
 {
     Callback = kdel;
 }