Skip to content

Search Mode

Search Mode lets you search for visible text in the current window with OCR, then move the cursor directly to the matched text.

This is useful when the target is text instead of a button, such as a line in a log view, a label inside a canvas, or content rendered in a custom UI where normal clickable-element detection is not enough.

Search Mode captures the current window, recognizes visible text, and overlays hints on the matched results.

  1. Trigger one of the Search Mode commands.
  2. Type the text you want to find.
  3. Hold Shift and enter the displayed hint to choose a match.

Each match can expose multiple target points, so you can place the cursor near the center or edge of the matched text depending on the situation.

Search Mode can also help you select text in places where the content is not directly editable.

One useful pattern is:

  1. Use Search Mode to move the cursor to the text you want.
  2. Trigger command.toggleDrag to hold the mouse down.
  3. Use Search Mode again, Grid Mode, or Mouse Control Mode to move to the end of the selection.
  4. Trigger command.toggleDrag again to release the drag.

This can work well for selecting text in viewers, custom UI surfaces, or other places where normal text editing shortcuts are unavailable.

Search Mode needs Screen Recording permission because it performs OCR on a captured image of the current window.

If macOS blocks capture, open System Settings > Privacy & Security > Screen & System Audio Recording and allow Cursor Crane, then restart the app if needed.

In Settings > Search Mode, you can configure:

  • OCR speed: choose between faster recognition and more accurate recognition.
  • Screenshot scale: 1x or 2x.
  • Recognition languages: select one or more OCR languages for the window text.
  • Command sequences and shortcuts for Search Mode actions.
CommandIdentifierAction
command.moveCursorToTextMove cursor to text
command.moveCursorToTextAndLeftClickMove cursor to text and left click
command.moveCursorToTextAndRightClickMove cursor to text and right click