From ed36e2904bd6650ec4e06c96614882945a601a86 Mon Sep 17 00:00:00 2001 From: G Date: Sat, 17 Sep 2022 21:23:43 +0800 Subject: [PATCH] strike some maybe that will not be done --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3a08749..6a79f60 100644 --- a/README.md +++ b/README.md @@ -129,11 +129,11 @@ but will require the user to type more properly (can still show what is typed a ## maybe - [x] (70%) fuzzy search. maybe not wholly fuzzy, but also not just the first letter of words. more like you can type the beginning of a word, a space, and the beginning of another word -- [ ] (10%) grab not only Targets from the frontmost window, but all visible windows. -(although that may pollute the results and ultimately be harder to reach what one wants.) -- [ ] (2%) OCR support. +- [ ] ~~(10%) grab not only Targets from the frontmost window, but all visible windows. +(although that may pollute the results and ultimately be harder to reach what one wants.)~~ +- [ ] ~~(2%) OCR support. through the Accessibility we grab whole objects, but not specific words in text. -sometimes we may want to target a specific word, or to access objects that are not accessible (e.g. the individual sections in Alfre's Preferences sidebar). +sometimes we may want to target a specific word, or to access objects that are not accessible (e.g. the individual sections in Alfre's Preferences sidebar).~~ # Alternatives