cursorless icon indicating copy to clipboard operation
cursorless copied to clipboard

Don't let the cursor slow you down

Results 476 cursorless issues
Sort by recently updated
recently updated
newest added

Work in production, debugging and in ci tests, but on my local windows machine when I'm running the tests all tests that update the clipboard fail. eg `recorded test cases...

The VSCode mouse wheel zoom setting (`editor.mouseWheelZoom`) is not enabled by default; if enabled, Cursorless hats do not zoom/position themselves accordingly. Example at 100% scale: ![Image](https://github.com/user-attachments/assets/e58160ee-37d9-426e-a8a9-35e39aa4ad31) After zooming in: Or...

**Problem:** Hi, I am using talon with cursorless to program in a VS Codium flatpak installation. Works great 👍. Now the only thing that's bothering me is the location of...

Most off the tests in recorded/languages should be moved to scope fixtures an the original yaml files can be removed. This will be most of the tests, but we should...

Test our custom command/parsed action using all the spoken forms from our recorded yaml tests. This would give us a good indication of feature coverage. Have a look at talonjs...

`"Can't find measurement '%s'"` `'t find measurement '` is a pair, but '%s' is not. This is because we create pairs from left to right. Could we invalidate `'` in...

Behavior differs from vscode here. Baseline: - Hit ctrl+f to make sure regex is enabled (click the `.*` icon), then back out with esc - Type `a(b` in a new...

- Fixes #2873 Co-Authored-By: sketch Change-ID: s2e8abba011e787cbk

Adds hidden documentation for the experimental advanced keyboard interface with appropriate warnings about its stability. Hides the keyboard category from the sidebar navigation. Includes examples from the test suite with...

NTS: The actual type of the interface is `requirements?: Partial`. This should really be a tsc compile error but it wasn't. We therefore started to read properties on `hints` when...