From 71cd45f781f21d72d98f4c4ae7b3dd40ab975157 Mon Sep 17 00:00:00 2001 From: stormdragon2976 Date: Wed, 29 Mar 2023 00:47:07 -0400 Subject: [PATCH] More work on the help display. --- scripts/i38-help.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/i38-help.sh b/scripts/i38-help.sh index 5c5fabb..349110e 100755 --- a/scripts/i38-help.sh +++ b/scripts/i38-help.sh @@ -23,6 +23,8 @@ fi for i in "${!helpText[@]}" ; do helpText[$i]="${helpText[$i]//${configPath}\/scripts\//}" helpText[$i]="${helpText[$i]/.sh/}" + helpText[$i]="${helpText[$i]/, exec announce*/$'\n'}" + helpText[$i]="${helpText[$i]/, exec spd-say*/$'\n'}" done helpText+=("End of text. Please press Control+Home to jump to the beginning of this document.") echo "${helpText[@]}" | yad --text-info --show-cursor --title "I38 help" --button "Close:0" --listen