mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-11 05:33:55 -04:00
input: regression: don’t pass on mouse click to application if we consumed it
When we ‘consume’ a mouse button event (i.e. when we have a shortcut
mapped to it), the event should *not* be passed on to the client
application.
In 5f64c5c335, button handling was
refactored and unfortunately introduced a regression where we once
again started passing consumed button presses to the client
application.
Fixes #168
This commit is contained in:
parent
2f20550893
commit
fdb7e40355
2 changed files with 18 additions and 7 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
* [1.5.2](#1-5-2)
|
||||
* [1.5.1](#1-5-1)
|
||||
* [1.5.0](#1-5-0)
|
||||
* [1.4.4](#1-4-4)
|
||||
|
|
@ -14,6 +15,14 @@
|
|||
* [1.2.0](#1-2-0)
|
||||
|
||||
|
||||
## 1.5.2
|
||||
|
||||
### Fixed
|
||||
|
||||
* Regression: middle clicking double pastes in e.g. vim
|
||||
(https://codeberg.org/dnkl/foot/issues/168)
|
||||
|
||||
|
||||
## 1.5.1
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue