Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Voice Coding/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ sidebar_position: 3

With supported languages, most operators can be dictated with `op (operator name)` and comparison operators can be dictated with `is (operator name)`.

For example, saying `op equals` while editing a Python file inserts `=`. Saying `is equal` inserts `==`.
For example, saying `op equals` while editing a Python file inserts `=`. Saying `is equal` inserts `===` and saying `is weak equal` inserts `==`.

To see which operators are supported for a given language and their spoken forms, use the `help operators` command. To change how operators are inserted, find the Python file for the language implementation in the [lang directory](https://github.com/talonhub/community/tree/main/lang) and edit the `Operators` object. You can find the definitions for the spoken forms of the operators in the .talon-list files with names that start with `operators` in the [lang/tags directory](https://github.com/talonhub/community/tree/main/lang/tags).