aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-26 21:53:49 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-26 21:54:13 +0530
commit3d461b234d0b30cb7085251390b264089f447a97 (patch)
tree06115a2e632baebc7516b7ef3d94719fe9c2b6df /README.md
parent2819868eb398ebe7da0e59391367e5825f8fe2c5 (diff)
downloadchelleport-3d461b234d0b30cb7085251390b264089f447a97.tar.gz
chelleport-3d461b234d0b30cb7085251390b264089f447a97.zip
Add fuzzy search for search mode
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2d48431..ef1d775 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Control your mouse pointer entirely with your keyboard.
## Modes
- **Labelled Hints mode (default. `ctrl+t`)**: Displays a grid overlay on your screen, where each cell is labeled with a unique two-key combination. Press the corresponding keys to move the cursor to the desired cell.
-- **Text Search mode (`ctrl+s`)**: Uses OCR to identify and highlight words on the screen, allowing you to search for text and move the cursor directly to matching text.
+- **Text Search mode (`ctrl+s`)**: Uses OCR to identify and highlight words on the screen, allowing you to fuzzy search for text and move the cursor directly to matching text.
---