mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-04 06:46:38 -04:00
fix: use delta positions instead of keybind triggered moves
This commit is contained in:
parent
3f0d561275
commit
82808ff219
2 changed files with 51 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue