cursorless-dev / cursorless

Don't let the cursor slow you down
https://www.cursorless.org/
MIT License
1.09k stars 77 forks source link

Keyboard: Cannot use make range with combine color and shape #2399

Open colesam opened 1 month ago

colesam commented 1 month ago

I have fk bound to makeRange and ff bound to combineColorAndShape. In the following contrived example, when targeting from bolt s to green fox ), I run into a series of issues:

image

Attempt 1: fk ff g hf ) results in the error 'Couldn't find mark green-fox "h"' upon hitting the f of hf

Attempt 2: fk ff g f ) results in the error "Cannot form range between targets in different editors", implying that it's looking for a green f instead of green fox.

Attempt 3: fk ff f g ) this works, but still gives an error "invalid key f"

Note: Spaces in commands are for readability, I don't actually press the space bar as part of these commands