aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPavel Roskin <1317472+proski@users.noreply.github.com>2023-10-24 17:04:32 -0700
committerGitHub <noreply@github.com>2023-10-25 00:04:32 +0000
commit500b696ca8ed61c42f5954b10f1294e875d792ae (patch)
tree16308e66e108b1ec89bd32fda9c66de5e53a8b64 /CHANGELOG.md
parentd66db480cfc8a8e3965358199ae8e247a433dffb (diff)
downloadalacritty-500b696ca8ed61c42f5954b10f1294e875d792ae.tar.gz
alacritty-500b696ca8ed61c42f5954b10f1294e875d792ae.zip
Prefer exact matches for bindings in mouse mode
Only consider bindings without Shift if there are no actions defined for the actual mouse event. Closes #7292.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c51fa35..cffa5980 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -42,6 +42,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Apply `colors.transparent_background_colors` for selections, hints, and search matches
- Underline full hint during keyboard selection
- Synchronized updates now use `CSI 2026` instead of legacy `DCS` variant
+- In mouse mode with `Shift` pressed, mouse bindings without `Shift` are only triggered
+ if no exact binding (i.e. one with `Shift`) is found.
### Fixed