mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-20 06:46:26 -04:00
key-binding: add binds for changing alpha
This commit is contained in:
parent
d7b48d3924
commit
1ed7206222
9 changed files with 54 additions and 2 deletions
4
config.c
4
config.c
|
|
@ -124,6 +124,10 @@ static const char *const binding_action_map[] = {
|
|||
[BIND_ACTION_FONT_SIZE_UP] = "font-increase",
|
||||
[BIND_ACTION_FONT_SIZE_DOWN] = "font-decrease",
|
||||
[BIND_ACTION_FONT_SIZE_RESET] = "font-reset",
|
||||
[BIND_ACTION_ALPHA_UP] = "alpha-increase",
|
||||
[BIND_ACTION_ALPHA_DOWN] = "alpha-decrease",
|
||||
[BIND_ACTION_ALPHA_RESET] = "alpha-reset",
|
||||
[BIND_ACTION_ALPHA_TOGGLE] = "alpha-toggle",
|
||||
[BIND_ACTION_SPAWN_TERMINAL] = "spawn-terminal",
|
||||
[BIND_ACTION_MINIMIZE] = "minimize",
|
||||
[BIND_ACTION_MAXIMIZE] = "maximize",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue