Skip to content

Commit

Permalink
allow mode switch with more explicit "german mode"
Browse files Browse the repository at this point in the history
  • Loading branch information
markus authored and markus committed Jul 25, 2023
1 parent f6e05ea commit 283509d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activate_german.talon
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: en_US
-
^(german | deutsch)$:
^(german [mode] | deutsch)$:
mode.disable("command")
mode.enable("user.german")

^(english | ego | pego)$: skip()

^(nimitz) <phrase>$:
^nimitz <phrase>$:
user.vosk_recognize_german(phrase)

0 comments on commit 283509d

Please sign in to comment.