-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3d3384
commit 132fd0a
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
# PushToTalk | ||
A utility to mute/unmute the mic via hotkey (works for Teams, Skype, others, etc) | ||
|
||
|
||
## Instructions | ||
|
||
Simply run the program, it'll open a window if you haven't set a hotkey: | ||
|
||
![screenshot](./docs/screenshot.png) | ||
|
||
You can set a `Key` combination (any set of keys) and/or | ||
use non-primary mouse buttons (ie, middle, or button 4 or 5). | ||
|
||
If you set a single key (like capslock or scroll-lock) it will automatically | ||
cancel the key event, so that the system doesn't think the key was hit. | ||
|
||
Closing the window will minimize it to the tray. | ||
|
||
The tray icon will go from red to green when the mic is active. | ||
|
||
The settings are stored in the registry in HKCU/Software/FearTheCowboy/PushToTalk | ||
|
||
|
||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.