yacine-bens / MsEdge-TTS-Extension

15 stars 3 forks source link

[FEATURE] Read whatever is in clipboard #8

Open Geniusssmit opened 3 months ago

Geniusssmit commented 3 months ago

Describe the feature

I want the tts read the text I copied, like ctrl+c and it's automatically pronounced. Would be really cool to have.

Alternatives

No response

Additional context

No response

yacine-bens commented 3 months ago

Using a keyboard shortcut to read the selected text in a webpage is an interesting feature. The problem with the clipboard approach is that it might affect the user experience (ex. if the user only wants to copy the text). We can use a custom keyboard shortcut like CTRL + SHIFT + C

Geniusssmit commented 3 months ago

actually monitoring clipboard is of great help because of some combos you can do with it. It won't work for me personally if the text won't go through clipboard :( Maybe as an check/uncheck thing?

yacine-bens commented 3 months ago

We can add a checkbox to enable this feature which will be disabled by default. I'll try to add it to Additional Settings for now, and if more options come up in the feature we may need to create a separate options page.

Geniusssmit commented 3 months ago

Great, sounds good!