a morse code parser that:
- when mouse is clicked (or held down) saves the info as Click(.) or Hold(-)
- when SPACE is pressed divides the letters
- when TAB is pressed divides the words
below in ther parser method there's the complete list of the available (for now) character
When ENTER is pressed it'll parse and copy to clipboard the message
When ESC is pressed it'll print the message and close the program