Add hashtags

This commit is contained in:
J. Elfring (i) 2020-10-01 17:52:07 +02:00
parent 2baa12b6fd
commit ece57ae2d5

View file

@ -62,7 +62,7 @@ while true ; do
echo "phrase: $_phrase"
## Build and Send Toot
toot="$_phrase $_keySequence will insert $_utfCharacter ($_desc2)"
toot="$_phrase $_keySequence will insert $_utfCharacter ($_desc2) #composekey #keyboard #specialcharacters #keyboardlayout"
curl --form "status=$toot" \
--form "visibility=$mtdVisibility" \
--header "Authorization: Bearer $mtdToken" \