From 420e80448b04b3205bb64722afdb95d4974a153e Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Thu, 20 Apr 2023 12:43:13 -0500 Subject: [PATCH] TTS keybinds added --- pokedex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokedex b/pokedex index 68c9276..87c1724 100755 --- a/pokedex +++ b/pokedex @@ -8,7 +8,7 @@ help() { echo -e "OPTIONS" echo -e "\t-q, --quick [pokemon]\n\t\tPrints single pokedex entry to terminal\n\t-u, --update [N/+N/-N/N%]\n\t\tScrape web for updated Pokemon stats\n\t\tWARNING: update function is resource heavy\n\t\tSee Parallel job control (-j) for options\n\t\tDefault is 200%\n\t-h, --help\n\t\tPrint this help screen" echo -e "KEYBINDS" - echo -e "\tctrl-n\tShows small sprite version\n\tctrl-b\tShows large sprite version\n\tctrl-s\tShows shiny sprite version\n\tctrl-h\tShows this help screen in preview window\n" + echo -e "\tspace\tReads the Pokedex entry\n\tctrl-space Stops reading the Pokedex entry\n\tctrl-n\tShows small sprite version\n\tctrl-b\tShows large sprite version\n\tctrl-s\tShows shiny sprite version\n\tctrl-h\tShows this help screen in preview window\n" } ### Set pokeData location