Skip to content

Commit a0648a3

Browse files
committed
input: Don't trigger modifier shortcuts, when zooming
1 parent ec60933 commit a0648a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/input/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,7 @@ impl State {
853853
.accessibility_zoom
854854
.enable_mouse_zoom_shortcuts
855855
{
856+
seat.modifiers_shortcut_queue().clear();
856857
if let Some(mut percentage) = event
857858
.amount_v120(Axis::Vertical)
858859
.map(|val| val / 120.)

0 commit comments

Comments
 (0)