From a8693545a413c46aebf8831eed9bca9adb9546e3 Mon Sep 17 00:00:00 2001 From: "Peter John Hartman (wart)" Date: Wed, 25 Aug 2021 08:49:30 -0500 Subject: [PATCH] Dialer menu should be with keyboard (so you can enter number). Signed-off-by: Stacy Harper --- scripts/modem/sxmo_modemtext.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/modem/sxmo_modemtext.sh b/scripts/modem/sxmo_modemtext.sh index 53ce809..d345d15 100755 --- a/scripts/modem/sxmo_modemtext.sh +++ b/scripts/modem/sxmo_modemtext.sh @@ -85,7 +85,7 @@ readtextmenu() { printf %b "$icon_cls Close Menu\n$icon_edt Send a Text\n"; sxmo_contacts.sh --texted | xargs -IL echo "L logfile" )" - PICKED="$(printf %b "$ENTRIES" | dmenu -p Texts -i)" || exit + PICKED="$(printf %b "$ENTRIES" | sxmo_dmenu_with_kb.sh -p "Texts" -i)" || exit if echo "$PICKED" | grep "Close Menu"; then exit 1