Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected(?) result with commandset #174

Closed
knausj85 opened this issue Jul 15, 2020 · 2 comments
Closed

Unexpected(?) result with commandset #174

knausj85 opened this issue Jul 15, 2020 · 2 comments

Comments

@knausj85
Copy link

With this set of commands defined in a .talon file:

<digits>: key("{digits}")
clear line: "something"
clear line <number>: "something else"

And this numbers implementation
https://github.com/knausj85/knausj_talon/blob/master/code/numbers.py

the command clear line 2 will output something2 -- rather than the anticipated something else

With just these commands below, each works fine.

clear line: "something"
clear line <number>: "something else"
knausj85 referenced this issue in talonhub/community Sep 8, 2020
Workaround for https://github.com/talonvoice/beta/issues/90

Conflicts with some of the line_commands currently
@lunixbochs lunixbochs transferred this issue from talonvoice/beta Dec 13, 2020
@lunixbochs
Copy link

Does this repro for you on the latest beta?

@knausj85
Copy link
Author

This does NOT repro on the latest beta. 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants