From 56376b47bbd1e9689cfbe43d237bb9d745e85c60 Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Thu, 20 Apr 2023 12:58:11 -0500 Subject: [PATCH] TTS keybinds fixed --- pokedex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokedex b/pokedex index 87c1724..d5f179a 100755 --- a/pokedex +++ b/pokedex @@ -34,7 +34,7 @@ pokedex() { --preview-window=68%:wrap:border-rounded \ --bind=focus:transform-preview-label:'echo [ {1} ] ' \ --bind=ctrl-h:preview:"echo; pokedex -h;" \ - --bind=space:preview:"echo; pokemon-colorscripts -n {1} --no-title; cat $POKEDATA/{1}; espeak-ng -f ./pokeData/{1} -g 2 -p 45 -s 160 -l 150 -ven+m3" \ + --bind=space:preview:"echo; pokemon-colorscripts -n {1} --no-title; cat $POKEDATA/{1}; espeak-ng -f $POKEDATA/{1} -g 2 -p 45 -s 160 -l 150 -ven+m3" \ --bind=ctrl-space:preview:"echo; pokemon-colorscripts -n {1} --no-title; cat $POKEDATA/{1};" \ --bind=ctrl-b:preview:"echo; pokemon-colorscripts -b -n {1} --no-title; cat $POKEDATA/{1};" \ --bind=ctrl-s:preview:"echo; pokemon-colorscripts -s -n {1} --no-title; cat $POKEDATA/{1};" \