-
Notifications
You must be signed in to change notification settings - Fork 806
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
keys.py - figure out customization of symbol_key and punctuation lists #1561
Comments
I would probably just remove that feature from create spoken forms and instead just strip symbols. Once that is done we can just update captures to use both lists. No duplication needed. |
I'm inclined to agree with the approach of simply removing the symbols from create spoken forms. I'll mark this as to discuss for next time (hopefully) |
knausj85
added a commit
that referenced
this issue
Feb 17, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After merging #1555, we may want to sort out how to ease the customization of symbol_key and punctuation list
punctuation_words
(used to populate the punctuation list) is a subset ofsymbol_key_words
(used to populate the symbol_key list) that's intended to be available in both command and dictation.symbol_key_words
is only used in command mode. It's unclear how we can cleanly port this to .talon-list files without duplication. Some options that come to mind...The text was updated successfully, but these errors were encountered: