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