Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cary-rowen/audiocontrol
Audio control add-on for NVDA Screen Reader.
https://github.com/cary-rowen/audiocontrol
Last synced: about 1 month ago
JSON representation
Audio control add-on for NVDA Screen Reader.
- Host: GitHub
- URL: https://github.com/cary-rowen/audiocontrol
- Owner: cary-rowen
- License: gpl-2.0
- Created: 2021-06-11T08:47:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T06:41:07.000Z (almost 2 years ago)
- Last Synced: 2023-05-17T19:27:01.381Z (over 1 year ago)
- Language: Python
- Size: 3.17 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: COPYING.txt
Awesome Lists containing this project
README
## AudioControl
Add-on for adjusting the volume, setting the mute state and switching the NVDA sound output for running applications.
## Description
**The table is the default hot key you can change it yourself if required in the NVDA "Input gesture dialog under the "Audio Control" category.**
| Name | Desktop | Laptop |
| ---- | ---- | ---- |
| Next output device | NVDA+Windows+D | NVDA+Windows+D |
| Previous output device | Shift+NVDA+Windows+D | Shift+NVDA+Windows+D |
| Previous Application/Device | Windows+Control+Alt+Keypad4 | Windows+Control+Alt+Left |
| Next Application/Device | Windows+Control+Alt+Keypad6 | Windows+Control+Alt+Right |
| Increase the volume of the current application/device | Windows+Control+Alt+Keypad8 | Windows+Control+Alt+Up |
| Decrease the volume of the current application/device | Windows+Control+Alt+Keypad2 | Windows+Control+Alt+Down |
| Set or unset the mute state for the currently selected application/device | Windows+Control+Alt+Keypad5 | Windows+Control+Alt+M |
| Lock/Unlock Microphone Volume (prevents other applications from automatically adjusting the microphone volume) | Windows+Control+Alt+KeypadDelete | Windows+Control+Alt+Period |## Contributors
- Cary-Rowen (Add-on maintainer)
- Youlan (Audio control library)
- Cyrille Bougot (switchOutputDevice)
- Chenfu (Other support)## compatibility
**NVDA2019.3 and later**