Wayland: Allow holding momentum scroll by putting two finger on touchpad. Fixes #9863

This commit is contained in:
Kovid Goyal
2026-04-14 09:39:57 +05:30
parent 549d7d23f6
commit 95593ef008
4 changed files with 38 additions and 0 deletions

View File

@@ -187,6 +187,8 @@ Detailed list of changes
- Change :opt:`focus_follows_mouse` to switch the active window only when the mouse crosses into a different window, instead of on every mouse motion event. Prevents accidental mouse bumps from undoing a keyboard-driven window switch.
- Wayland: Use hold gestures to cancel momentum scrolling when fingers are placed on the trackpad, for a more natural kinetic scrolling experience (:iss:`9863`)
- Fix thickness of diagonal lines in box drawing characters not the same as horizontal/vertical lines (:iss:`9719`)
- Graphics protocol: Fix crash when handling invalid PNG image with direct transmission