mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-05 06:47:25 -04:00
search: add support for user configurable key bindings
No default bindings defined yet, though.
This commit is contained in:
parent
fcf4832775
commit
0d188895c3
5 changed files with 31 additions and 9 deletions
|
|
@ -90,6 +90,7 @@ struct kbd {
|
|||
|
||||
struct {
|
||||
key_binding_list_t key;
|
||||
key_binding_list_t search;
|
||||
} bindings;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue