bindGlobal

Bind the key binding identified by keys to the given delegate.

Only one callback per key sequence is supported.

The callback will be called with a frequency according to the keyboard repeat settings. If a user holds down the relevant key sequence, the callback will be called once, then there will be a delay, then the callback will be called many times.

void
bindGlobal
(
string keys
,
void delegate
()
dg
)

Meta