sienori / simple-translate

WebExtensions for translating text on web pages
http://simple-translate.sienori.com/
Mozilla Public License 2.0
1.08k stars 118 forks source link

add support for keyboard selections #518

Open MertKures opened 7 months ago

MertKures commented 7 months ago

This PR adds support for changing the selection with keyboard.

Things to consider:

  1. I added a delay for 250 ms to avoid sending too much requests but i think this could be improved. Instead of doing that we could wait for the user to select the text and then wait X amount of time.

Related issue: #349.