fix: use delta positions instead of keybind triggered moves

This commit is contained in:
ernestoCruz05 2026-04-06 11:59:19 +01:00
parent 3f0d561275
commit 82808ff219
2 changed files with 51 additions and 10 deletions

View file

@ -270,13 +270,3 @@ touch_edge_size_left = 50
touch_edge_size_top = 50
touch_edge_size_right = 50
touch_edge_size_bottom = 50
# Canvas touch gestures
touchgesturebind=up,any,any,2,canvas_zoom_resize,1.3
touchgesturebind=down,any,any,2,canvas_zoom_resize,0.7
# 3-finger swipe: pan
touchgesturebind=right,any,any,3,canvas_pan,300,0
touchgesturebind=left,any,any,3,canvas_pan,-300,0
touchgesturebind=up,any,any,3,canvas_pan,0,300
touchgesturebind=down,any,any,3,canvas_pan,0,-300