libnkutils Bindings format

Bindings format — textual specification of binding passed to nk_bindings_add_binding()

Binding strings

The binding string format supports two (and a half) notations. It can be either Modifier-Modifier-Bind or the GTK+ accelerator format.

The bind can either be a keysym name, a keycode in square brackets (e.g. [10]) or a mouse button specification (e.g. MousePrimary or MouseDPrimary for double click).