From d9dd4d4ab60b3a6ab84d0e2b43b34fe1a0936a6b Mon Sep 17 00:00:00 2001 From: Willow Barraco Date: Thu, 23 Feb 2023 11:50:48 +0100 Subject: [PATCH] Also close keyboard on bottomleft gesture --- .../three_button_touchscreen/sxmo_hook_inputhandler.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/default_hooks/three_button_touchscreen/sxmo_hook_inputhandler.sh b/configs/default_hooks/three_button_touchscreen/sxmo_hook_inputhandler.sh index a2f0edb..53bf58c 100755 --- a/configs/default_hooks/three_button_touchscreen/sxmo_hook_inputhandler.sh +++ b/configs/default_hooks/three_button_touchscreen/sxmo_hook_inputhandler.sh @@ -431,6 +431,7 @@ case "$ACTION" in exit fi sxmo_dmenu.sh close + sxmo_keyboard.sh close if [ -n "$WMCLASS" ]; then sxmo_hook_lock.sh else