keybinder

keybinder handles binding keys globally on X11 + GTK.

Members

Functions

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

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

init
void init()

Initialize global keybinding support.

initNoGTK
void initNoGTK()

Initialize global keybinding support.

poll
void poll()

Check for new keypresses.

unbindGlobal
void unbindGlobal(string keys)

Unbind everything on the given key combination.

Meta