GlobalHotkey.this

Create from emacs-like key name ("C-M-Y", etc.)

  1. this(KeyEvent akey, void delegate() ahandler)
  2. this(const(char)[] akey, void delegate() ahandler)
    class GlobalHotkey
    this
    (
    const(char)[] akey
    ,
    void delegate
    ()
    ahandler = null
    )

Meta