sxmo: lengthen voldown hold time before revealing terminal

This commit is contained in:
2023-12-15 19:12:26 +00:00
parent 5d66a1e6a5
commit 28f90e4421

View File

@@ -82,9 +82,11 @@ if [ "$STATE" = "unlock" ]; then
# volume down once: toggle keyboard # volume down once: toggle keyboard
handle_with sxmo_keyboard.sh toggle handle_with sxmo_keyboard.sh toggle
;; ;;
"voldown_hold_1") "voldown_hold_2")
# hold voldown to launch terminal # hold voldown to launch terminal
# note we already triggered the keyboard; that's fine: usually keyboard + terminal go together :) # note we already triggered the keyboard; that's fine: usually keyboard + terminal go together :)
# voldown_hold_1 frequently triggers during short taps meant only to reveal the keyboard,
# so prefer a longer hold duration
handle_with sxmo_terminal.sh handle_with sxmo_terminal.sh
;; ;;
"voldown_tap_1") "voldown_tap_1")