Skip to content

Commit

Permalink
Update utils.talon. (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Windows81 authored Nov 27, 2024
1 parent ec7ca32 commit 6a8a0fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/utils.talon
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ echo website:
text = user.get_website_text(clip.text())
user.tts(text)
key(escape)

echo (clip | clipboard):
text = clip.text()
user.tts(text)

0 comments on commit 6a8a0fe

Please sign in to comment.