From 500b696ca8ed61c42f5954b10f1294e875d792ae Mon Sep 17 00:00:00 2001 From: Pavel Roskin <1317472+proski@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:04:32 -0700 Subject: 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. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3-54-g00ecf