diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-26 21:53:49 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-26 21:54:13 +0530 |
| commit | 3d461b234d0b30cb7085251390b264089f447a97 (patch) | |
| tree | 06115a2e632baebc7516b7ef3d94719fe9c2b6df /README.md | |
| parent | 2819868eb398ebe7da0e59391367e5825f8fe2c5 (diff) | |
| download | chelleport-3d461b234d0b30cb7085251390b264089f447a97.tar.gz chelleport-3d461b234d0b30cb7085251390b264089f447a97.zip | |
Add fuzzy search for search mode
Diffstat (limited to '')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. --- |
