Skip to content

Commit 1054a0e

Browse files
Added example for toggling microphone
1 parent 0ab6d47 commit 1054a0e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)