alacritty/alacritty/src/input
EBADBEEF 38fed9a7c2
Fix mouse mode bindings with multiple actions
The following config was broken:
```
[mouse]
bindings = [
    { mouse = "Right", mods = "Shift", action = "Copy"            },
    { mouse = "Right", mods = "Shift", action = "ClearSelection"  },
]
```

Only the first action was applied. Change to allow more than one exact
match in mouse mode with shift held, but keep the logic to not allow
fallback search if any exact match was found.

Regression was introduced in 1a143d11.
2024-05-16 21:15:20 +00:00
..
keyboard.rs Send ESC with Alt for unicode input 2024-03-24 19:07:20 +04:00
mod.rs Fix mouse mode bindings with multiple actions 2024-05-16 21:15:20 +00:00