Dialer menu should be with keyboard (so you can enter number).

Signed-off-by: Stacy Harper <contact@stacyharper.net>
master
Peter John Hartman (wart) 3 years ago committed by Stacy Harper
parent b46a347d85
commit a8693545a4
No known key found for this signature in database
GPG Key ID: 5BAC92328B7C5D65
  1. 2
      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

Loading…
Cancel
Save