diff options
author | Kuuuube <61125188+Kuuuube@users.noreply.github.com> | 2024-05-14 13:02:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 17:02:33 +0000 |
commit | 266c8c3a3f0d6f8c39832bfdc0cc88b88c2b710b (patch) | |
tree | 360198d216a15b828714a40435a6139b28c28d2b /ext/templates-settings.html | |
parent | ba288277a5e73026f7b0c07d993aa00a5e66c332 (diff) |
Make Scan selected text lazy and add Scan text at selection (#915)
* Add Scan selected text lazy
* Remove extra spaces
* Improve naming
* Use disallowExpandSelection instead of "lazy"
* Use "keyword arguments" for _scanSelectedText
* Revert Use "keyword arguments" for _scanSelectedText
Diffstat (limited to 'ext/templates-settings.html')
-rw-r--r-- | ext/templates-settings.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/templates-settings.html b/ext/templates-settings.html index ce703d89..40efbfc2 100644 --- a/ext/templates-settings.html +++ b/ext/templates-settings.html @@ -373,6 +373,7 @@ <option value="playAudioFromSource">Play audio from source</option> <option value="copyHostSelection">Copy host window selection</option> <option value="scanSelectedText">Scan selected text</option> + <option value="scanTextAtSelection">Scan text at selection</option> <option value="scanTextAtCaret">Scan text at caret</option> <option value="toggleOption">Toggle option</option> </select> |