diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-10 00:44:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-10 00:44:41 +0000 |
commit | dd1413eb4d4f8cb170458155e5156e569c14130e (patch) | |
tree | 756cf13a929bb3dadf5566676faddb78ad34408c /CHANGELOG.md | |
parent | 3fb631b91caec163707858bd1d435015e6e6cb18 (diff) | |
download | alacritty-dd1413eb4d4f8cb170458155e5156e569c14130e.tar.gz alacritty-dd1413eb4d4f8cb170458155e5156e569c14130e.zip |
Force exact modifiers match for mouse bindings
Fixes #3152.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a7387fcc..423d1a98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.4.2-dev +### Changed + +- Pressing additional modifiers for mouse bindings will no longer trigger them + ### Fixed - Incorrect default config path in `--help` on Windows and macOS |