$darkmode
Definition of a single key binding with its help metadata. More...
#include <app_binding.h>
Data Fields | |
| int | key |
| int | mods |
| const char * | action |
| const char * | desc |
| BindingCategory | category |
| BindingType | type |
Definition of a single key binding with its help metadata.
| const char* AppBinding::action |
Short action name (e.g. "Move Forward").
| BindingCategory AppBinding::category |
| const char* AppBinding::desc |
Detailed explanation for the dry-run/hover.
| int AppBinding::key |
GLFW key code.
| int AppBinding::mods |
GLFW modifier flags (Shift, Ctrl, etc).
| BindingType AppBinding::type |