From 44dcd8ced96d7afe41ebc2547d3cf59c2afe809b Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Mon, 24 May 2021 09:24:56 +0200 Subject: [PATCH] Remove close window actions as it causes issues --- configs/default_hooks/lisgdstart | 1 - scripts/core/sxmo_inputhandler.sh | 8 -------- 2 files changed, 9 deletions(-) diff --git a/configs/default_hooks/lisgdstart b/configs/default_hooks/lisgdstart index 4fab073..06e665d 100644 --- a/configs/default_hooks/lisgdstart +++ b/configs/default_hooks/lisgdstart @@ -35,7 +35,6 @@ lisgd "$@" -t "$LISGD_THRESHOLD" -T "$LISGD_THRESHOLD_PRESSED" \ -g "1,DU,T,*,sxmo_inputhandler.sh uptopcorner" \ -g "2,UD,T,*,sxmo_inputhandler.sh twodowntopcorner" \ -g "2,UD,B,*,sxmo_inputhandler.sh twodownbottomcorner" \ - -g "r,UD,B,*,sxmo_inputhandler.sh threedownbottomcorner" \ -g '1,DU,R,*,P,sxmo_inputhandler.sh uprightcorner' \ -g '1,UD,R,*,P,sxmo_inputhandler.sh downrightcorner' \ -g '1,LR,R,S,sxmo_inputhandler.sh rightrightcorner_short' \ diff --git a/scripts/core/sxmo_inputhandler.sh b/scripts/core/sxmo_inputhandler.sh index 786b10e..8fc6b30 100755 --- a/scripts/core/sxmo_inputhandler.sh +++ b/scripts/core/sxmo_inputhandler.sh @@ -208,10 +208,6 @@ case "$ACTION" in exit 0 ;; "twodownbottomcorner") - sxmo_killwindow.sh close - exit 0 - ;; - "threedownbottomcorner") sxmo_killwindow.sh exit 0 ;; @@ -279,10 +275,6 @@ case "$ACTION" in sxmo_blinkled.sh red && sxmo_killwindow.sh exit 0 ;; - "voldown_four") - sxmo_blinkled.sh red & sxmo_killwindow.sh close - exit 0 - ;; "topleftcorner") sxmo_appmenu.sh sys & exit 0