We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab6d47 commit 1054a0eCopy full SHA for 1054a0e
docs/Customization/Examples/toggle_listening.md
@@ -0,0 +1,9 @@
1
+If you want to completely prevent Talon from listening so not even the wake up commands are active you can do that by setting the microphone.
2
+
3
+```talon
4
+key(f9):
5
+ sound.set_microphone("None")
6
7
+key(f10):
8
+ sound.set_microphone("System Default")
9
+```
0 commit comments