mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-05 07:15:30 -04:00
input: mouse: match binding if binding’s click count is *less*
Allow a mouse binding to match even if its click count is less than the actual click count. If there are multiple bindings that match, use the one with the highest click count (that less than, or equal to the actual click count). Closes #146
This commit is contained in:
parent
d263cb9723
commit
6a089c92ca
2 changed files with 25 additions and 6 deletions
|
|
@ -20,6 +20,13 @@
|
|||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
||||
* Mouse bindings now match even if the actual click count is larger
|
||||
than specified in the binding. This allows you to, for example,
|
||||
quickly press the middle-button to paste multiple times
|
||||
(https://codeberg.org/dnkl/foot/issues/146).
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue