mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-27 07:58:07 -04:00
config: add [key-bindings].noop action
Key combinations assigned to this action will not be sent to the application. Closes #765
This commit is contained in:
parent
b2ddacb799
commit
bcea929c94
6 changed files with 18 additions and 5 deletions
1
config.c
1
config.c
|
|
@ -84,6 +84,7 @@ static const uint32_t default_color_table[256] = {
|
|||
|
||||
static const char *const binding_action_map[] = {
|
||||
[BIND_ACTION_NONE] = NULL,
|
||||
[BIND_ACTION_NOOP] = "noop",
|
||||
[BIND_ACTION_SCROLLBACK_UP_PAGE] = "scrollback-up-page",
|
||||
[BIND_ACTION_SCROLLBACK_UP_HALF_PAGE] = "scrollback-up-half-page",
|
||||
[BIND_ACTION_SCROLLBACK_UP_LINE] = "scrollback-up-line",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue