mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-10 08:20:59 -04:00
conf: bindings: allow several mappings for the same action
If the bindings has different pipe command associated with them, treat them as different actions.
This commit is contained in:
parent
062b0eb7ab
commit
1541531765
4 changed files with 166 additions and 87 deletions
|
|
@ -51,9 +51,9 @@ struct key_binding_normal {
|
|||
};
|
||||
|
||||
struct mouse_binding {
|
||||
enum bind_action_normal action;
|
||||
uint32_t button;
|
||||
int count;
|
||||
enum bind_action_normal action;
|
||||
};
|
||||
|
||||
enum bind_action_search {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue