summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-01-10 00:44:41 +0000
committerGitHub <noreply@github.com>2020-01-10 00:44:41 +0000
commitdd1413eb4d4f8cb170458155e5156e569c14130e (patch)
tree756cf13a929bb3dadf5566676faddb78ad34408c /CHANGELOG.md
parent3fb631b91caec163707858bd1d435015e6e6cb18 (diff)
Force exact modifiers match for mouse bindings
Fixes #3152.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
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