From 55f473389ca8aa880c20fa9c276d8aa26c4e5a27 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Thu, 25 Mar 2021 23:52:40 +0100 Subject: [PATCH] Implemented scroll gesture using new lisgd "pressed" action mode --- scripts/core/sxmo_lisgdstart.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/scripts/core/sxmo_lisgdstart.sh b/scripts/core/sxmo_lisgdstart.sh index 266acd2..a8d8337 100755 --- a/scripts/core/sxmo_lisgdstart.sh +++ b/scripts/core/sxmo_lisgdstart.sh @@ -36,12 +36,8 @@ else -g "3,UD,B,*,sxmo_gesturehandler.sh killwindow" \ -g '2,RL,*,*,sxmo_gesturehandler.sh moveprevdesktop' \ -g '2,LR,*,*,sxmo_gesturehandler.sh movenextdesktop' \ - -g '1,DU,R,L,sxmo_gesturehandler.sh scrollup_long' \ - -g '1,UD,R,L,sxmo_gesturehandler.sh scrolldown_long' \ - -g '1,DU,R,M,sxmo_gesturehandler.sh scrollup_med' \ - -g '1,UD,R,M,sxmo_gesturehandler.sh scrolldown_med' \ - -g '1,DU,R,S,sxmo_gesturehandler.sh scrollup_short' \ - -g '1,UD,R,S,sxmo_gesturehandler.sh scrolldown_short' \ + -g '1,DU,R,*,P,sxmo_gesturehandler.sh scrollup_short' \ + -g '1,UD,R,*,P,sxmo_gesturehandler.sh scrolldown_short' \ -g '1,LR,R,S,sxmo_gesturehandler.sh scrollright_short' \ -g '1,RL,L,S,sxmo_gesturehandler.sh scrollleft_short' \ &