Remove close window actions as it causes issues
This commit is contained in:
parent
41c15b192e
commit
44dcd8ced9
2 changed files with 0 additions and 9 deletions
|
@ -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' \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue