We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
clear line 2
something2
something else
With just these commands below, each works fine.
clear line: "something" clear line <number>: "something else"
The text was updated successfully, but these errors were encountered:
Switch to numbers capture
26b8f28
Workaround for https://github.com/talonvoice/beta/issues/90 Conflicts with some of the line_commands currently
Does this repro for you on the latest beta?
Sorry, something went wrong.
This does NOT repro on the latest beta. 🎉
No branches or pull requests
With this set of commands defined in a .talon file:
And this numbers implementation
https://github.com/knausj85/knausj_talon/blob/master/code/numbers.py
the command
clear line 2
will outputsomething2
-- rather than the anticipatedsomething else
With just these commands below, each works fine.
The text was updated successfully, but these errors were encountered: