Application.HotkeyRegister

Undocumented in source.

Members

Aliases

Handler
alias Handler = void delegate(Object c, KeyEventArgs e)
Undocumented in source.

Static functions

addHandler
void addHandler(Keys k, Handler dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
IndexedCatAssigner opIndex(Keys k)
Undocumented in source. Be warned that the author may not have intended to support it.
removeHandler
void removeHandler(Keys k, Handler dg)
Undocumented in source. Be warned that the author may not have intended to support it.
removeHandler
void removeHandler(Keys k)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

IndexedCatAssigner
struct IndexedCatAssigner
Undocumented in source.

Meta