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

Don't use not mode #1515

Merged
merged 6 commits into from
Aug 3, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
not mode: sleep
mode: command
mode: dictation
nriley marked this conversation as resolved.
Show resolved Hide resolved
-
^dictation mode$:
mode.disable("sleep")
Expand Down
3 changes: 1 addition & 2 deletions core/modes/modes_dragon.talon
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mode: sleep
not mode: sleep
mode: all
speech.engine: dragon
-
# The optional <phrase> afterwards allows these to match even if you say arbitrary text
Expand Down
3 changes: 2 additions & 1 deletion core/modes/modes_not_dragon.talon
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
mode: command
mode: dictation
mode: sleep
not mode: sleep
not speech.engine: dragon
-
# The optional <phrase> afterwards allows these to match even if you say arbitrary text
Expand Down