alias k="python3 $MORSEALL --keymap"
alias f="firefox" 
alias h="man morseall" 
alias s="python3 $MORSEALL --say"
export TERM=xterm
reset
clear
#$MORSEALL --intro

echo 'Morseall -- Morse Code for Linux
 Dot      Tap the Left Mouse Button
 Dash     Long-press the Left Butotn, or tap the Right
 Repeat   Hold the Left Button down, or tap the Middle

<help>  Page through keymap codes in the lower right
<mode>  Change Mode: Keyboard, Mouse, and Punctuation
space   ..--      Backspace ----
Return  .-.-	  h ....
Left    .-...     k -.-
Right   .--..     s ...

Useful Commands:
   h           Show the help manual (q to quit)
   k           Show the full keymap
   s <text>    Speak text out loud
   f           Browse the web in Firefox

To quit: Alt+F4, Ctrl-C in the parent terminal, or killall -9 morseall
'
source ~/.bashrc
python3 $MORSEALL --test
